]> git.cworth.org Git - turbot/blobdiff - turbot.wsgi.in
Add notes on how to update the Google sheets credentials
[turbot] / turbot.wsgi.in
index 5a7c37b375db20d1a40e29615b78ab99f58b53e5..71349343c71778c30ebc54a6ab9042a8a65c2c74 100644 (file)
@@ -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