Skip to content

Commit

Permalink
fixed canot unpack non-iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
dariy-vel authored and r.pryima committed Mar 1, 2022
1 parent 5e5489b commit f062f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def mainth():
except Exception as exc:
result = f"issue happened: {exc}"
logger.warning(f"issue happened: {exc}, SUCCESSFUL ATTACKS: {attacks_number}")
return result, site


def clear():
Expand Down

0 comments on commit f062f64

Please sign in to comment.