all
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from app import app as application
|
||||
|
||||
import importlib.util
|
||||
|
||||
spec = importlib.util.spec_from_file_location("wsgi", "app.py")
|
||||
wsgi = importlib.util.module_from_spec(spec)
|
||||
spec.loader.exec_module(wsgi)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user