Fixed error on logging
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
def log(value):
|
||||
print(str(datetime.now()) + ' ' + value)
|
||||
print(u' '.join(( str(datetime.now()), value)).encode('utf-8').strip())
|
||||
# print( str(value))
|
||||
Reference in New Issue
Block a user