improved loggin and added nullcheck on image
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user