diff --git a/wsgi.py b/wsgi.py index 5ce9f6c..11e7de6 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,4 +1,4 @@ -from .app import app +from app import app if __name__ == "__main__": app.run() \ No newline at end of file