From 48240b787bef049a5758b1ca25a139483e8892fa Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:30:02 -0800 Subject: [PATCH] update catchup.py --- src/catchup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catchup.py b/src/catchup.py index ef2abb2..a2fa21b 100644 --- a/src/catchup.py +++ b/src/catchup.py @@ -56,7 +56,7 @@ async def get_cross_tweets_online(): else: queue.finished_user_dates[talent_id] = get_current_date() queue.save_file() - print(f"That's {queue.get_count()} tweets so far") + print(f"Queue has {queue.get_count()} tweets so far") except KeyboardInterrupt as e: print( "Interrupting tweet pulling... NOTE: remaining dates in queue file will not be updated!"