aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-07-19 10:35:47 -0500
committerAnthony Wang2022-07-19 10:35:47 -0500
commitdc56b0c32768257f1530056d0a88cff29c7b4eb6 (patch)
treeb2de08f9b7ce36b720c5f979b3132095a4a682f4
parent40bf86aafffa10abc8d21037ec07b1f9dd9132b3 (diff)
Fix bug where bot post isn't created with --yes flagHEADmaster
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
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: ')