mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update create_invite_link.py
Removed while loop
This commit is contained in:
parent
6bb47e9a44
commit
7edaa51995
@ -29,8 +29,4 @@ def newmember(msg):
|
||||
|
||||
|
||||
|
||||
while True:
|
||||
try:
|
||||
bot.infinity_polling()
|
||||
except:
|
||||
sleep(0.04)
|
||||
bot.infinity_polling()
|
||||
|
Loading…
Reference in New Issue
Block a user