Skip to content

Commit 9b3b7cd

Browse files
authored
Path fix
1 parent 6c36d21 commit 9b3b7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache/syftorium.wsgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22
sys.path.append('/opt/lifemapper/')
33

4-
from flask_app.application import create_app # noqa: E402
4+
from lmsyft.flask_app.application import create_app # noqa: E402
55
application = create_app()

0 commit comments

Comments
 (0)