let's try this

This commit is contained in:
overflowerror 2015-03-23 12:42:18 +01:00
parent f2d80b64ae
commit 792f8eefa0

View file

@ -25,7 +25,7 @@ def connect():
)
if USE_PIN_AUTH:
if not ('ACCESS_TOKEN_KEY' in vars() or 'a' in globals()):
print "auth url: %s" % auth.get_authorization_url()
print ("auth url: " + auth.get_authorization_url())
pin = raw_input("pin: ").strip()
token = auth.get_access_token(
verfier = pin