contrib.utils_worker has no flush so no delay

This commit is contained in:
Casper da Costa-Luis 2020-05-23 22:45:58 +01:00
parent 60d916c14e
commit 283080b469
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class DiscordIO(MonoWorker):
class tqdm_discord(tqdm_auto):
"""
Standard `tqdm.auto.tqdm` but also sends updates to a Discord bot.
May take a few seconds to create (`__init__`) and clear (`__del__`).
May take a few seconds to create (`__init__`).
>>> from tqdm.contrib.discord import tqdm, trange
>>> for i in tqdm(

View File

@ -57,7 +57,7 @@ class TelegramIO(MonoWorker):
class tqdm_telegram(tqdm_auto):
"""
Standard `tqdm.auto.tqdm` but also sends updates to a Telegram bot.
May take a few seconds to create (`__init__`) and clear (`__del__`).
May take a few seconds to create (`__init__`).
>>> from tqdm.contrib.telegram import tqdm, trange
>>> for i in tqdm(