Formatting, docstrings and other chores.
This commit is contained in:
parent
adf2cd26ba
commit
cbf1643fb5
3 changed files with 32 additions and 255 deletions
|
|
@ -92,7 +92,7 @@ class UrlAttack:
|
|||
|
||||
if self.response.ok:
|
||||
self.success = True
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
self.success = False
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue