Formatting, docstrings and other chores.

This commit is contained in:
pablo 2021-01-04 22:17:40 +01:00
parent adf2cd26ba
commit cbf1643fb5
3 changed files with 32 additions and 255 deletions

View file

@ -92,7 +92,7 @@ class UrlAttack:
if self.response.ok:
self.success = True
except Exception as e:
except Exception:
self.success = False
if (