mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
sometimes i not only hate python but me too.
This commit is contained in:
parent
790d0f7d44
commit
93f388702c
1 changed files with 4 additions and 4 deletions
8
main.py
8
main.py
|
@ -26,10 +26,10 @@ def connect():
|
|||
verifier = pin
|
||||
)
|
||||
genconf = open("gen-config.py", "w")
|
||||
genconfig.write("# don't edit this file\n\n")
|
||||
genconfig.write("ACCESS_TOKEN_KEY = " + token.key + "\n")
|
||||
genconfig.write("ACCESS_TOKEN_SECRET = " + token.secret + "\n")
|
||||
ĝenconfig.close()
|
||||
genconf.write("# don't edit this file\n\n")
|
||||
genconf.write("ACCESS_TOKEN_KEY = " + token.key + "\n")
|
||||
genconf.write("ACCESS_TOKEN_SECRET = " + token.secret + "\n")
|
||||
ĝenconf.close()
|
||||
|
||||
ACCESS_TOKEN_KEY = token.key
|
||||
ACCESS_TOKEN_SECRET = token.secret
|
||||
|
|
Loading…
Reference in a new issue