From c08e5a0e416d2ca20d9965941ae6da40cbb6405d Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 6 Sep 2019 18:20:37 -0400 Subject: [PATCH] update boards --- chan.py | 2 +- run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chan.py b/chan.py index e7abfff..c65938f 100644 --- a/chan.py +++ b/chan.py @@ -325,7 +325,7 @@ CHANS = { "pol", "pdfs", "his", "ggrevols", "horror", "aethism", "tech", "g", "markov", "os", "agdg", "cyber", "HTML", "2600", "ausneets", "qanonresearch", "polru", "yuri", "christianity", - "kc", "rapport", "news", "brit", "webm", + "kc", "rapport", "news", "brit", "webm", "4chon" ), ), } diff --git a/run.py b/run.py index 66f358e..861f58f 100644 --- a/run.py +++ b/run.py @@ -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()),