Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV] Fixing logger encoding #1860

Closed
Gregwar opened this issue Jul 30, 2016 · 2 comments
Closed

[DEV] Fixing logger encoding #1860

Gregwar opened this issue Jul 30, 2016 · 2 comments

Comments

@Gregwar
Copy link

Gregwar commented Jul 30, 2016

There is a little encoding mistake in logger.py, line 21 should be:

        print('[' + time.strftime("%H:%M:%S") + '] ' + string.decode('utf-8'))

(see #1859)

@leadboots5
Copy link
Contributor

already a pull request for it:
#1839

@Gregwar
Copy link
Author

Gregwar commented Jul 30, 2016

Ok, great

@Gregwar Gregwar closed this as completed Jul 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants