diff options
Diffstat (limited to 'bot.py')
-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: ') |