Commit e62fecde by Aeolus

update

parent 0fd77048
...@@ -13,4 +13,4 @@ app = create_app(os.getenv('RUN_ENV', 'prod')) ...@@ -13,4 +13,4 @@ app = create_app(os.getenv('RUN_ENV', 'prod'))
logger.info("run server") logger.info("run server")
if __name__ == '__main__': if __name__ == '__main__':
app.run('127.0.0.1', 8893, debug=True) app.run('127.0.0.1', 8893, debug=False)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment