Added newline to fix flake8 error

This commit is contained in:
Channel Cat
2016-10-18 01:38:50 -07:00
parent c539933e38
commit 4ecb4d2cce
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ if __name__ == "__main__":
" Example Module: project.sanic_server.app"
.format(module_name))
except ValueError as e:
log.error("{}".format(e))
log.error("{}".format(e))