Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Nov 27, 2023
1 parent ef0add5 commit d1bfcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton_sqlmap/karton_sqlmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _run() -> Optional[str]:
[
"sqlmap",
"--delay",
str(1.0 / Config.Limits.REQUESTS_PER_SECOND),
str(1.0 / Config.Limits.REQUESTS_PER_SECOND) if Config.Limits.REQUESTS_PER_SECOND else "0",
"-u",
url,
"--batch",
Expand Down

0 comments on commit d1bfcce

Please sign in to comment.