try update passenger_wsgi.py

This commit is contained in:
Computerboer
2025-04-17 23:23:15 +02:00
parent 86ab71ddce
commit 621b0ba73a

View File

@@ -4,3 +4,4 @@ import importlib.util
spec = importlib.util.spec_from_file_location("wsgi", "app.py") spec = importlib.util.spec_from_file_location("wsgi", "app.py")
wsgi = importlib.util.module_from_spec(spec) wsgi = importlib.util.module_from_spec(spec)
spec.loader.exec_module(wsgi) spec.loader.exec_module(wsgi)