Skip to content

Commit

Permalink
Update jlrpy.py (#47)
Browse files Browse the repository at this point in the history
Resolve encoding issue for character "\xe2"
  • Loading branch information
derwas authored and ardevd committed Feb 15, 2019
1 parent 944dac0 commit a77a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jlrpy.py
Expand Up @@ -15,7 +15,7 @@
logger.setLevel(logging.INFO)

ch = logging.StreamHandler(sys.stdout)
ch.setFormatter(logging.Formatter("%(asctime)s - %(levelname)s %(message)s"))
ch.setFormatter(logging.Formatter("%(asctime)s - %(levelname)s - %(message)s"))
logger.addHandler(ch)
logger.propagate = False

Expand Down

0 comments on commit a77a5ed

Please sign in to comment.