Print statements removed

This commit is contained in:
Davte 2019-11-28 18:12:15 +01:00
parent 85341d7064
commit 920554d465
2 changed files with 1 additions and 3 deletions

View File

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

View File

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