X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot.wsgi.in;h=71349343c71778c30ebc54a6ab9042a8a65c2c74;hp=5a7c37b375db20d1a40e29615b78ab99f58b53e5;hb=HEAD;hpb=d420bedebbb6b9c045cbf1ebbd9e65ad6830e2a3 diff --git a/turbot.wsgi.in b/turbot.wsgi.in index 5a7c37b..7134934 100644 --- a/turbot.wsgi.in +++ b/turbot.wsgi.in @@ -7,4 +7,4 @@ load_dotenv('${DEPLOY_DIR}/.slack-creds.env') os.environ['TURBOT_DEPLOY_DIR']='${DEPLOY_DIR}' -from turbot.turbot import app as application +from turbot_flask.turbot import app as application