diff options
| author | Joshua Gourneau <josh@gourneau.com> | 2012-03-15 00:48:11 -0700 |
|---|---|---|
| committer | Joshua Gourneau <josh@gourneau.com> | 2012-03-15 00:48:11 -0700 |
| commit | f9f756467e771e4520fe7fa20aa92b3ef9936569 (patch) | |
| tree | 8af3bd8187210665c14e84bf5a54f482732187c2 /app.py | |
| parent | 1af3fadf261e0e89feff6835ce69472853fa2aa3 (diff) | |
gae
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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') |
