Skip to content
Snippets Groups Projects
Commit 5d0da5fe authored by Carl Schönfelder's avatar Carl Schönfelder
Browse files

remove production.py

parent 22793a87
Branches
No related tags found
No related merge requests found
from app import create_app
if __name__ == "__main__":
app, sio = create_app("configmodule.ProductionConfig")
sio.run(app, port=5000)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment