update catchup.py

This commit is contained in:
muskit
2024-01-26 00:28:12 -08:00
parent 81eea91d02
commit 04138dde22
+1
View File
@@ -56,6 +56,7 @@ async def get_cross_tweets_online():
else: else:
queue.finished_user_dates[talent_id] = get_current_date() queue.finished_user_dates[talent_id] = get_current_date()
queue.save_file() queue.save_file()
print(f"That's {queue.get_count()} so far")
except KeyboardInterrupt as e: except KeyboardInterrupt as e:
print( print(
"Interrupting tweet pulling... NOTE: remaining dates in queue file will not be updated!" "Interrupting tweet pulling... NOTE: remaining dates in queue file will not be updated!"