update boards

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

View File

@ -325,7 +325,7 @@ CHANS = {
"pol", "pdfs", "his", "ggrevols", "horror", "aethism", "pol", "pdfs", "his", "ggrevols", "horror", "aethism",
"tech", "g", "markov", "os", "agdg", "cyber", "HTML", "2600", "tech", "g", "markov", "os", "agdg", "cyber", "HTML", "2600",
"ausneets", "qanonresearch", "polru", "yuri", "christianity", "ausneets", "qanonresearch", "polru", "yuri", "christianity",
"kc", "rapport", "news", "brit", "webm", "kc", "rapport", "news", "brit", "webm", "4chon"
), ),
), ),
} }

2
run.py
View File

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