Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Oct 31, 2020
1 parent 51c5b24 commit b6a776e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wfuzz/fuzzqueues.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def process_results(self, res, plugins_res_queue):
"plugin_from_summary",
"Plugin {}: {} new {}(s) found.".format(
plugin_name, enq_num, domain
)
),
)
)

Expand All @@ -391,7 +391,7 @@ def process(self, fuzz_res):
fuzz_res.plugins_res.append(
plugin_factory.create(
"plugin_from_summary",
"Enqueued response for recursion (level=%d)" % (seed.rlevel)
"Enqueued response for recursion (level=%d)" % (seed.rlevel),
)
)

Expand Down

0 comments on commit b6a776e

Please sign in to comment.