Skip to content

Commit

Permalink
Update sl0ppy-flood3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
x0xr00t authored May 24, 2023
1 parent 65aa221 commit cacbcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sl0ppy-flood3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8243,9 +8243,9 @@ def setup(self):
print ('Error to read file.')
while True:
try:
num_threads = int(input('> Enter the number of thread [200]: '))
num_threads = int(input('> Enter the number of thread [400]: '))
except:
num_threads = 200
num_threads = 400
break

for i in range(num_threads):
Expand Down

0 comments on commit cacbcca

Please sign in to comment.