improved loggin and added nullcheck on image

This commit is contained in:
Computerboer
2024-01-07 01:36:33 +01:00
parent bbd20f7915
commit b834333f56
2 changed files with 18 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
# from datetime import datetime, timedelta
from datetime import datetime, timedelta
def log(value):
# print(str(datetime.now()) + ' ' + str(value))
print( str(value))
print(str(datetime.now()) + ' ' + value)
# print( str(value))