From 920554d46544a735b183918dd1971174e1a68eb7 Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 28 Nov 2019 18:12:15 +0100 Subject: [PATCH] Print statements removed --- davtelepot/__init__.py | 2 +- davtelepot/bot.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 912dd31..8332453 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -14,7 +14,7 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"] __license__ = "GNU General Public License v3.0" -__version__ = "2.3.5" +__version__ = "2.3.6" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/bot.py b/davtelepot/bot.py index 203bcd0..420b47b 100644 --- a/davtelepot/bot.py +++ b/davtelepot/bot.py @@ -2064,9 +2064,7 @@ class Bot(TelegramBot, ObjectWithDatabase, MultiLanguageObject): """ if type(timeout) is datetime.timedelta: timeout = timeout.total_seconds() - print(timeout) await asyncio.sleep(timeout) - print("sleep ends") if not self.placeholder_requests[request_id]: if sent_message and text: await self.edit_message_text(