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
No related branches found
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.
Finish editing this message first!
Please register or to comment