1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Remove the deprecated time.sleep calls.

Reformatted detailed_example to follow Python naming conventions & PEP-8 conventions
This commit is contained in:
97Pedrito
2015-08-30 19:31:48 +02:00
parent c33c116488
commit d118e9edcc
4 changed files with 94 additions and 108 deletions

View File

@@ -68,6 +68,3 @@ def send_welcome(message):
bot.reply_to(message, reply)
bot.polling()
while True:
time.sleep(0)