mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-13 20:49:03 +00:00
update boards
This commit is contained in:
2
chan.py
2
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"
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
2
run.py
2
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()),
|
||||
|
||||
Reference in New Issue
Block a user