fix bad traceback printing call

This commit is contained in:
muskit
2023-08-21 02:43:18 -07:00
parent f6c2d4c42a
commit df754b3ef9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ async def run(PROGRAM_ARGS):
print('Posted no new tweets; we\'re caught up!')
return True
else:
print('Tweets were not retrieved cleanly.')
print('Tweets were not retrieved cleanly. Not processing queue.')
return False
except KeyboardInterrupt:
print('Interrupting queue processing...')