fix: args -> ops
This commit is contained in:
parent
225d22aef2
commit
3b81af95bf
|
@ -94,7 +94,7 @@ def main():
|
||||||
os.mkdir(ops.db_path)
|
os.mkdir(ops.db_path)
|
||||||
|
|
||||||
ac = setup_account(ops.email, ops.password, ops.db_path, ops.show_ffi)
|
ac = setup_account(ops.email, ops.password, ops.db_path, ops.show_ffi)
|
||||||
greeter = GreetBot(ac, args.recipients.split())
|
greeter = GreetBot(ac, ops.recipients.split())
|
||||||
print("waiting for ADHD appointments... (and I hate waiting)")
|
print("waiting for ADHD appointments... (and I hate waiting)")
|
||||||
while 1:
|
while 1:
|
||||||
greeter.crawl()
|
greeter.crawl()
|
||||||
|
|
Loading…
Reference in a new issue