diff --git a/src/Python/wsgi.py b/src/Python/wsgi.py index d9c2cef..8d0f393 100644 --- a/src/Python/wsgi.py +++ b/src/Python/wsgi.py @@ -2,6 +2,6 @@ import sys import logging logging.basicConfig(stream=sys.stderr) -sys.path.insert(0, "/app.py") +sys.path.insert(0, "/home/rooziinuubii79/src/Python/flask/web") from app import app as application \ No newline at end of file