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