From dc56b0c32768257f1530056d0a88cff29c7b4eb6 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 19 Jul 2022 10:35:47 -0500 Subject: [PATCH] Fix bug where bot post isn't created with --yes flag --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 0081c06..0e5dd5f 100644 --- a/bot.py +++ b/bot.py @@ -98,7 +98,7 @@ while True: if args.yes: - quit() + break # Prompt the user res = input('Post/Retry/New input/Custom input/Quit: ')