Added fix when not having images in OVM array
This commit is contained in:
@@ -2,9 +2,3 @@ from datetime import datetime, timedelta
|
||||
|
||||
def log(value):
|
||||
print(str(datetime.now()) + ' ' + value)
|
||||
# try:
|
||||
# print(str(datetime.now()) + ' ' + value.encode("utf-8"))
|
||||
# except:
|
||||
# print(str(datetime.now()) + ' print error')
|
||||
|
||||
#print(u' '.join(( str(datetime.now()), value)).encode('utf-8').strip())
|
||||
Reference in New Issue
Block a user