From 02a6de867664c39d1ad8ff4bee6286f16ef3f356 Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 28 Nov 2019 18:12:44 +0100 Subject: [PATCH] Remove asyncio.sleep call --- ciclopibot/__init__.py | 2 +- ciclopibot/ciclopi.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ciclopibot/__init__.py b/ciclopibot/__init__.py index 2951aeb..99949cc 100644 --- a/ciclopibot/__init__.py +++ b/ciclopibot/__init__.py @@ -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" diff --git a/ciclopibot/ciclopi.py b/ciclopibot/ciclopi.py index 045576b..ad433b0 100644 --- a/ciclopibot/ciclopi.py +++ b/ciclopibot/ciclopi.py @@ -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(