This commit is contained in:
overflowerror 2015-03-23 12:36:59 +01:00
parent 9e74a2d9d8
commit c3f2b3daee

View file

@ -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():