Skip to content

Commit

Permalink
Using new config flow (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Nov 27, 2023
1 parent 109bdb6 commit d65e9cd
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(Config.Limits.SECONDS_PER_REQUEST),
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 d65e9cd

Please sign in to comment.