Skip to content
Snippets Groups Projects
Commit d24eb0e3 authored by Yifan Su's avatar Yifan Su
Browse files

Update wsgi.py

parent 605375e5
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ import logging
logging.basicConfig(stream=sys.stderr)
sys.path.insert(0,"/root/customer-account-automation/")
from app import app as application
from main import app as application
if __name__ == "__main__":
app=application
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment