From 74fa104719dc7b26976bf0f0ed79afcd1eaf5a4f Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:46:53 -0700 Subject: [PATCH] fix a print call --- src/catchup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catchup.py b/src/catchup.py index f037f8e..8a4e5ac 100644 --- a/src/catchup.py +++ b/src/catchup.py @@ -100,7 +100,7 @@ async def process_queue() -> bool: if len(queue.ttweets_dict) == 0: return ttweets_posted if PROGRAM_ARGS.announce_catchup: - TwAPI.instance.post_tweet(text=f'Starting to catch up through {len(ttweets_dict)} logged tweets.') + TwAPI.instance.post_tweet(text=f'Starting to catch up through {len(queue.ttweets_dict)} logged tweets.') try: while len(queue.ttweets_dict) > 0: