update @ Sun Dec 15 19:01:18 EET 2024

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-15 19:01:18 +02:00
parent a526218733
commit 7dfb5f7a22
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

@ -1599,6 +1599,8 @@ def apis(config: dict[str, typing.Any]) -> int:
) )
lnew(f"generated {recents.name!r}") lnew(f"generated {recents.name!r}")
update_media(config)
for api in recents.name, CONFIG_FILE, "media/media.json": for api in recents.name, CONFIG_FILE, "media/media.json":
if not os.path.isfile(api): if not os.path.isfile(api):
continue continue