mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
i still hate python
This commit is contained in:
parent
043ae93f0b
commit
57dea71f93
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -21,7 +21,7 @@ def connect():
|
|||
if USE_PIN_AUTH:
|
||||
if not ('ACCESS_TOKEN_KEY' in vars() or 'a' in globals()):
|
||||
print("auth url: " + auth.get_authorization_url())
|
||||
pin = raw_input("pin: ").strip()
|
||||
pin = input("pin: ").strip()
|
||||
token = auth.get_access_token(
|
||||
verfier = pin
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue