update @ Mon Jan 27 01:18:04 EET 2025

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2025-01-27 01:18:04 +02:00
parent e6a56a8c34
commit c48d68f539
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

@ -1219,7 +1219,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(w_regex.findall(cont.lower().strip()))) ws.update(Counter(w_regex.findall(cont.lower().strip().replace("'", ""))))
tgs.update(Counter(list(map(str.lower, post["keywords"])))) tgs.update(Counter(list(map(str.lower, post["keywords"]))))
dt, s = rf_format_time(post["created"]) dt, s = rf_format_time(post["created"])