Skip to content

Commit 9e2b78d

Browse files
authored
Update urlbrute.py
1 parent eda8c7d commit 9e2b78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

urlbrute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ def set_arguments():
225225
else:
226226
sys.exit(parser.print_help())
227227

228-
if args.timeout:
229-
timeout = args.timeout
228+
if args.delay:
229+
timeout = args.delay
230230

231231
if args.sub_domain:
232232
mode = "SUB"

0 commit comments

Comments
 (0)