diff options
author | Anthony Wang | 2022-07-19 10:35:47 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-19 10:35:47 -0500 |
commit | dc56b0c32768257f1530056d0a88cff29c7b4eb6 (patch) | |
tree | b2de08f9b7ce36b720c5f979b3132095a4a682f4 | |
parent | 40bf86aafffa10abc8d21037ec07b1f9dd9132b3 (diff) |
-rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ while True: if args.yes: - quit() + break # Prompt the user res = input('Post/Retry/New input/Custom input/Quit: ') |