fix a print call

This commit is contained in:
muskit
2022-09-28 23:46:53 -07:00
parent 2e02cfc02a
commit 74fa104719
+1 -1
View File
@@ -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: