Remove asyncio.sleep call

This commit is contained in:
Davte 2019-11-28 18:12:44 +01:00
parent 57e254140c
commit 02a6de8676
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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(