Skip to content
Snippets Groups Projects
Commit 07b401ea authored by Joseph Weston's avatar Joseph Weston
Browse files

correct __main__.py

parent fe7ea886
No related branches found
No related tags found
No related merge requests found
from __init__ import app
import sys
import os
sys.path.append(os.getcwd())
from server import app
app.run(debug=True)
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