mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sun 24 Dec 21:46:52 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
52af875b33
commit
cd3240c67b
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ def build(config: dict[str, typing.Any]) -> int:
|
|||
|
||||
rt.append(rtm.seconds)
|
||||
cc.append(len(cont))
|
||||
ws.update(Counter(cont.split()))
|
||||
ws.update(Counter(cont.lower().split()))
|
||||
tgs.update(Counter(post["keywords"]))
|
||||
|
||||
dt, s = rf_format_time(post["created"])
|
||||
|
|
Loading…
Add table
Reference in a new issue