summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.py b/app.py
index 4248243..5c3d122 100644
--- a/app.py
+++ b/app.py
@@ -41,4 +41,5 @@ def sig():
r = requests.put(url, auth=CLOUDANT_AUTH, data=json.dumps(data), headers=headers)
redirect('/s/%s' % json.loads(r.content)['id'])
-run(host='localhost', port=8000)
+#run(host='localhost', port=8000)
+run(server='gae')