mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-20 02:26:44 +00:00
update boards
This commit is contained in:
parent
c1c4f8fb8f
commit
c08e5a0e41
2
chan.py
2
chan.py
@ -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
2
run.py
@ -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()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user