uncomment section

This commit is contained in:
TrustedSec 2016-02-15 09:25:36 -05:00
parent de3b9b35d8
commit fe7a258c39

View file

@ -258,9 +258,9 @@ except KeyboardInterrupt:
" with the Social-Engineer Toolkit.\n\nHack the Gibson...and remember...hugs are worth more than handshakes.\n"))
# handle exceptions
#except Exception as error:
# log(error)
# print ("\n\n[!] Something went wrong, printing the error: "+ str(error))
except Exception as error:
log(error)
print ("\n\n[!] Something went wrong, printing the error: "+ str(error))
# cleanup routine
cleanup_routine()