check and fix sql part for the env
Showing
7 changed files
with
83 additions
and
35 deletions
-
Please register or sign in to post a comment
... | ... | @@ -3,4 +3,4 @@ |
from server.app import web_app | ||
if __name__ == "__main__": | ||
web_app.run(host='0.0.0.0', port=7788) | ||
web_app.run(host='0.0.0.0', port=7788, debug=True) | ||
... | ... |