From eb04d35d40fc6fa30e005cb9f0b5ff2c59bd9793 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Mon, 2 Dec 2024 10:13:42 +0100 Subject: [PATCH] changed path --- src/Python/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/wsgi.py b/src/Python/wsgi.py index 8d0f393..ec77ef1 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, "/home/rooziinuubii79/src/Python/flask/web") +sys.path.insert(0, "/home/ishak/rooziinuubii79/src/Python/flask/web") from app import app as application \ No newline at end of file