update @ Sun 24 Dec 21:46:52 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-12-24 21:46:52 +02:00
parent 52af875b33
commit cd3240c67b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -959,7 +959,7 @@ def build(config: dict[str, typing.Any]) -> int:
rt.append(rtm.seconds) rt.append(rtm.seconds)
cc.append(len(cont)) cc.append(len(cont))
ws.update(Counter(cont.split())) ws.update(Counter(cont.lower().split()))
tgs.update(Counter(post["keywords"])) tgs.update(Counter(post["keywords"]))
dt, s = rf_format_time(post["created"]) dt, s = rf_format_time(post["created"])