fix: oai cite

This commit is contained in:
banteg
2025-12-28 19:13:27 +04:00
parent 6f9f41caf2
commit c913c52233
+1 -1
View File
@@ -33,7 +33,7 @@ def main() -> None:
text = re.sub(r"(?m)^(\s*)•", r"\1-", rendered.text)
# FIX: Telegram requires MessageEntity.language (if present) to be a String. :contentReference[oaicite:3]{index=3}
# FIX: Telegram requires MessageEntity.language (if present) to be a String.
entities = []
for e in rendered.entities:
d = dict(e)