fix print from prev commit

This commit is contained in:
muskit
2022-09-29 09:28:37 +01:00
parent 68bd73909e
commit d2245ece03
+1 -1
View File
@@ -98,7 +98,7 @@ async def process_queue() -> bool:
queue = ttq.TalentTweetQueue.instance
queued_ttweets_count = len(queue.ttweets_dict)
if len(queued_ttweets_count) == 0: return ttweets_posted
if queued_ttweets_count == 0: return ttweets_posted
if PROGRAM_ARGS.announce_catchup:
TwAPI.instance.post_tweet(text=f'Starting to catch up through {queued_ttweets_count} logged tweets.')