From a901ba85216333ee813a1344feb213fd08b1dadc Mon Sep 17 00:00:00 2001 From: Mustafa Yontar Date: Wed, 15 Apr 2020 16:09:15 +0300 Subject: [PATCH] .app to app --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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