mirror of https://github.com/n1nj4sec/pupy.git
Fix flake8
This commit is contained in:
parent
fc7111dddd
commit
b8ec99165f
|
@ -261,4 +261,5 @@ class LaZagne(PupyModule):
|
|||
db.add(creds)
|
||||
except Exception, e:
|
||||
import traceback
|
||||
self.error(e)
|
||||
self.error(traceback.format_exc())
|
||||
|
|
Loading…
Reference in New Issue