changed path

This commit is contained in:
ishak jmilou.ishak
2024-12-02 10:13:42 +01:00
parent 80fcb1ccc3
commit eb04d35d40

View File

@@ -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