fix log lines
This commit is contained in:
@@ -14,7 +14,8 @@ except Exception as error:
|
||||
ga = GoogleAnalytics()
|
||||
err_strings = ga.formatException()
|
||||
ga.sendEventData("Exception", err_strings[0], err_strings[1])
|
||||
log.error(error)
|
||||
log.error(str(error))
|
||||
log.error(str(err_strings))
|
||||
raise
|
||||
|
||||
# clear done and exit.
|
||||
|
||||
Reference in New Issue
Block a user