We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c36d21 commit 9b3b7cdCopy full SHA for 9b3b7cd
apache/syftorium.wsgi
@@ -1,5 +1,5 @@
1
import sys
2
sys.path.append('/opt/lifemapper/')
3
4
-from flask_app.application import create_app # noqa: E402
+from lmsyft.flask_app.application import create_app # noqa: E402
5
application = create_app()
0 commit comments