Added fix when not having images in OVM array

This commit is contained in:
Computerboer
2024-08-11 14:30:59 +02:00
parent d85d56d670
commit e26fa7ef84
2 changed files with 6 additions and 8 deletions

View File

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