lol i thought i copied that line

This commit is contained in:
overflowerror 2015-03-23 13:01:26 +01:00
parent 57dea71f93
commit a3a946fb1b

View file

@ -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")