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:
@@ -76,7 +76,3 @@ def process_sex_step(message):
|
||||
|
||||
|
||||
bot.polling()
|
||||
|
||||
while True:
|
||||
time.sleep(1)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user