Fix bug where bot post isn't created with --yes flag

This commit is contained in:
Anthony Wang 2022-07-19 10:35:47 -05:00
parent 40bf86aaff
commit dc56b0c327
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
bot.py
View file

@ -98,7 +98,7 @@ while True:
if args.yes:
quit()
break
# Prompt the user
res = input('Post/Retry/New input/Custom input/Quit: ')