diff --git a/scheduler/wsgi.py b/scheduler/wsgi.py
index 3197cf9009827eeaff497a2390a3e98c4b7a5a56..a84c99b4cd776e0caa9705ae4d7ca33997abf924 100644
--- a/scheduler/wsgi.py
+++ b/scheduler/wsgi.py
@@ -1,3 +1,3 @@
-from project_name import create_app_wsgi
+from scheduler import create_app_wsgi
 
 app = application = create_app_wsgi()  # noqa