added some print stuff
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ async def process_queue() -> bool:
|
||||
queued_ttweets_count = queue.get_count()
|
||||
|
||||
if queued_ttweets_count == 0:
|
||||
print('post-able queue is empty!')
|
||||
print('Posting queue is empty!')
|
||||
return True
|
||||
|
||||
if PROGRAM_ARGS.announce_catchup:
|
||||
|
||||
@@ -52,5 +52,7 @@ def run():
|
||||
errors_encountered += 1
|
||||
print('Ran into an error while in listen mode.')
|
||||
traceback.print_exc()
|
||||
else:
|
||||
print('API stream exited gracefully.')
|
||||
print('Re-running listen mode...')
|
||||
print(f'(Had {errors_encountered} errors so far.)')
|
||||
Reference in New Issue
Block a user