update boards

This commit is contained in:
2019-09-06 18:20:37 -04:00
parent c1c4f8fb8f
commit c08e5a0e41
2 changed files with 2 additions and 2 deletions

2
run.py
View File

@@ -164,7 +164,7 @@ def publish(item, board, helper):
)
if MONITORING:
distance = datetime.utcnow() - datetime.fromtimestamp(helper.item_mtime(item))
distance = datetime.utcnow() - datetime.utcfromtimestamp(helper.item_mtime(item))
monitoring.log([{
"measurement": chan,
"time": str(datetime.utcnow()),