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

@@ -76,7 +76,3 @@ def process_sex_step(message):
bot.polling()
while True:
time.sleep(1)
pass