update @ Wed Dec 18 03:03:51 EET 2024

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-18 03:03:51 +02:00
parent ba116255a5
commit 0b2e0d6c69
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

@ -2004,7 +2004,7 @@ def infomedia(config: dict[str, typing.Any]) -> int:
print(f" * used in {post['title']!r} ({slug})")
continue
if f"<@{mdx}>" in post["content"]:
if f"<@:{mdx}>" in post["content"]:
print(f" * used in {post['title']!r} ({slug})")
continue