Update start.py

This commit is contained in:
MH_ProDev 2022-03-07 19:27:48 +03:30 committed by GitHub
parent cd888ae652
commit 75eeb7d7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,7 @@ class Layer4(Thread):
s.send(chat)
REQUESTS_SENT += 1
bytes_sent += len(chat)
sleep(.1)
sleep(1.2)
c-=1
except Exception: