fix: args -> ops

main
missytake 2024-03-13 17:39:28 +01:00
parent 225d22aef2
commit 3b81af95bf
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def main():
os.mkdir(ops.db_path)
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)")
while 1:
greeter.crawl()