mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Mon Jan 27 01:18:04 EET 2025
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
e6a56a8c34
commit
c48d68f539
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ def build(config: dict[str, typing.Any]) -> int:
|
|||
|
||||
rt.append(rtm.seconds)
|
||||
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"]))))
|
||||
|
||||
dt, s = rf_format_time(post["created"])
|
||||
|
|
Loading…
Add table
Reference in a new issue