summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorJoshua Gourneau <josh@gourneau.com>2012-03-15 00:48:11 -0700
committerJoshua Gourneau <josh@gourneau.com>2012-03-15 00:48:11 -0700
commitf9f756467e771e4520fe7fa20aa92b3ef9936569 (patch)
tree8af3bd8187210665c14e84bf5a54f482732187c2 /app.py
parent1af3fadf261e0e89feff6835ce69472853fa2aa3 (diff)
gae
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')