Update create_invite_link.py

Removed while loop
This commit is contained in:
Advik Singh Somvanshi 2022-05-22 01:43:24 +05:30 committed by GitHub
parent 6bb47e9a44
commit 7edaa51995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -29,8 +29,4 @@ def newmember(msg):
while True:
try:
bot.infinity_polling()
except:
sleep(0.04)
bot.infinity_polling()