From 72af2a76835fc31e6eba5b7a2fbefb89abf0497e Mon Sep 17 00:00:00 2001 From: DFectuoso Date: Sun, 27 Jun 2010 23:11:41 -0700 Subject: [PATCH] Making this work in production, Tucif should make this a non hardcoded variable --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0c313d5..25dc9a0 100755 --- a/main.py +++ b/main.py @@ -115,7 +115,7 @@ def post(self, id): CONSUMER_KEY = 'e9n31I0z64dagq3WbErGvA' CONSUMER_SECRET = '9hwCupdAKV8EixeNdN3xrxL9RG3X3JTXI0Q520Oyolo' -CALLBACK = 'http://localhost:8086/callback' +CALLBACK = 'http://hack-up.appspot.com/callback' class LoginHandler(webapp.RequestHandler):