mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-16 00:19:04 +00:00
let's try this
This commit is contained in:
parent
c3f2b3daee
commit
f2d80b64ae
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -16,7 +16,7 @@ logfile = open(LOG_FILE, LOG_TYPE)
|
|||
|
||||
def log(text):
|
||||
logfile.write(datetime.datetime.now().isoformat() + ": " + text + "\n")
|
||||
print datetime.datetime.now().isoformat() + ": " + text + "\n"
|
||||
print (datetime.datetime.now().isoformat() + ": " + text + "\n")
|
||||
|
||||
def connect():
|
||||
auth = tweepy.OAuthHandler(
|
||||
|
|
Loading…
Reference in a new issue