mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-14 23:49:00 +00:00
i guess this will still take a while...
This commit is contained in:
parent
5f67a3ff7b
commit
541a076e81
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -16,6 +16,8 @@ def log(text):
|
|||
print(datetime.datetime.now().isoformat() + ": " + text + "\n")
|
||||
|
||||
def connect():
|
||||
global ACCESS_TOKEN_KEY
|
||||
global ACCESS_TOKEN_SECRET
|
||||
auth = tweepy.OAuthHandler(
|
||||
consumer_key = CONSUMER_KEY,
|
||||
consumer_secret = CONSUMER_SECRET
|
||||
|
|
Loading…
Reference in a new issue