sometimes

This commit is contained in:
overflowerror 2015-03-23 13:09:36 +01:00
parent 7850d33050
commit 00fcc26ed1

View file

@ -29,7 +29,7 @@ def connect():
genconf.write("# don't edit this file\n\n")
genconf.write("ACCESS_TOKEN_KEY = " + token[0] + "\n")
genconf.write("ACCESS_TOKEN_SECRET = " + token[1] + "\n")
ĝenconf.close()
genconf.close()
ACCESS_TOKEN_KEY = token[0]
ACCESS_TOKEN_SECRET = token[1]