Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 72af2a7

Browse files
committed
Making this work in production, Tucif should make this a non hardcoded variable
1 parent 2757f96 commit 72af2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def post(self, id):
115115

116116
CONSUMER_KEY = 'e9n31I0z64dagq3WbErGvA'
117117
CONSUMER_SECRET = '9hwCupdAKV8EixeNdN3xrxL9RG3X3JTXI0Q520Oyolo'
118-
CALLBACK = 'http://localhost:8086/callback'
118+
CALLBACK = 'http://hack-up.appspot.com/callback'
119119

120120
class LoginHandler(webapp.RequestHandler):
121121

0 commit comments

Comments
 (0)