mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
let's try this
This commit is contained in:
parent
f2d80b64ae
commit
792f8eefa0
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue