Skip to content

Commit

Permalink
bugfix - jsondecoder - loggin
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Jun 16, 2018
1 parent f76ae59 commit 13c7644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/libs/jsonEncoder.py
Expand Up @@ -23,7 +23,7 @@ def default(self, obj):
try:
val = obj.decode('utf-8')
except Exception as err:
logger.error("==================================> Decode is not utf-8 - %s", str(err))
logger.error("==================================> Decode is not utf-8")
return

if val is None:
Expand Down

0 comments on commit 13c7644

Please sign in to comment.