mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
lol i thought i copied that line
This commit is contained in:
parent
57dea71f93
commit
a3a946fb1b
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -23,7 +23,7 @@ def connect():
|
|||
print("auth url: " + auth.get_authorization_url())
|
||||
pin = input("pin: ").strip()
|
||||
token = auth.get_access_token(
|
||||
verfier = pin
|
||||
verifier = pin
|
||||
)
|
||||
genconf = open("gen-config.py", w)
|
||||
genconfig.write("# don't edit this file\n\n")
|
||||
|
|
Loading…
Reference in a new issue