From 85a50b4e669db2cf01d223028e44800df4034b1c Mon Sep 17 00:00:00 2001 From: nautsimon Date: Mon, 13 May 2024 12:41:18 -0500 Subject: [PATCH] Update progress.py --- scraper/progress.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper/progress.py b/scraper/progress.py index 71e6783..49e4f69 100644 --- a/scraper/progress.py +++ b/scraper/progress.py @@ -20,13 +20,13 @@ class Progress: if no_tweets_limit: if waiting: sys.stdout.write( - "\rTweets scrapped : {} - waiting to access older tweets {} min on 15 min".format( + "\rTweets scraped : {} - waiting to access older tweets {} min on 15 min".format( current, retry_cnt ) ) else: sys.stdout.write( - "\rTweets scrapped : {} ".format( + "\rTweets scraped : {} ".format( current ) )