mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59: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")
|
print(datetime.datetime.now().isoformat() + ": " + text + "\n")
|
||||||
|
|
||||||
def connect():
|
def connect():
|
||||||
|
global ACCESS_TOKEN_KEY
|
||||||
|
global ACCESS_TOKEN_SECRET
|
||||||
auth = tweepy.OAuthHandler(
|
auth = tweepy.OAuthHandler(
|
||||||
consumer_key = CONSUMER_KEY,
|
consumer_key = CONSUMER_KEY,
|
||||||
consumer_secret = CONSUMER_SECRET
|
consumer_secret = CONSUMER_SECRET
|
||||||
|
|
Loading…
Reference in a new issue