mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 13:58:34 +00:00
print statement fixes and autopep8
This commit is contained in:
parent
2938ddc07b
commit
591d57cdcf
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ try:
|
|||
filewrite.close()
|
||||
|
||||
# if it failed ;(
|
||||
except Exception as e:
|
||||
print e
|
||||
except Exception as err:
|
||||
print(err)
|
||||
pass
|
||||
|
||||
# If the website did not clone properly, exit out.
|
||||
|
|
Loading…
Add table
Reference in a new issue