print statement fixes and autopep8

This commit is contained in:
TrustedSec 2016-06-27 10:35:09 -04:00
parent 2938ddc07b
commit 591d57cdcf

View file

@ -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.