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

Merge develop into master #71

Merged
merged 12 commits into from
Feb 5, 2020
Prev Previous commit
Merge branch 'master' into develop
  • Loading branch information
tychxn authored Feb 5, 2020
commit dd13fa9be82c68f3a8bf0691dc34e281cbaa4afd
2 changes: 1 addition & 1 deletion log.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def set_logger():
logger.addHandler(console_handler)

file_handler = logging.handlers.RotatingFileHandler(
LOG_FILENAME, maxBytes=10485760, backupCount=5, encoding='utf-8')
LOG_FILENAME, maxBytes=10485760, backupCount=5, encoding="utf-8")
file_handler.setFormatter(formatter)
logger.addHandler(file_handler)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.