Remove asyncio.sleep call
This commit is contained in:
parent
57e254140c
commit
02a6de8676
@ -3,6 +3,6 @@
|
||||
__author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "1.1.2"
|
||||
__version__ = "1.1.3"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
@ -579,7 +579,6 @@ async def _ciclopi_command(bot, update, user_record, sent_message=None,
|
||||
)
|
||||
)
|
||||
)
|
||||
await asyncio.sleep(3)
|
||||
ciclopi_data = await ciclopi_webpage.get_page()
|
||||
if ciclopi_data is None or isinstance(ciclopi_data, Exception):
|
||||
text = bot.get_message(
|
||||
|
Loading…
x
Reference in New Issue
Block a user