Update progress.py
This commit is contained in:
@@ -20,13 +20,13 @@ class Progress:
|
|||||||
if no_tweets_limit:
|
if no_tweets_limit:
|
||||||
if waiting:
|
if waiting:
|
||||||
sys.stdout.write(
|
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
|
current, retry_cnt
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
sys.stdout.write(
|
sys.stdout.write(
|
||||||
"\rTweets scrapped : {} ".format(
|
"\rTweets scraped : {} ".format(
|
||||||
current
|
current
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user