Fix flake8

This commit is contained in:
Oleksii Shevchuk 2018-09-23 12:00:35 +03:00
parent fc7111dddd
commit b8ec99165f
1 changed files with 1 additions and 0 deletions

View File

@ -261,4 +261,5 @@ class LaZagne(PupyModule):
db.add(creds)
except Exception, e:
import traceback
self.error(e)
self.error(traceback.format_exc())