mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
I forgot this one
This commit is contained in:
parent
78828a8248
commit
043ae93f0b
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -29,6 +29,8 @@ def connect():
|
|||
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()
|
||||
|
||||
ACCESS_TOKEN_KEY = token.key
|
||||
ACCESS_TOKEN_SECRET = token.secret
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue