fix: threadthings

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-06-28 16:13:17 +08:00
parent 6be33a9bc0
commit 4cf8c8f8d9
2 changed files with 12 additions and 31 deletions

View File

@ -278,7 +278,7 @@ class TelegraphAPI:
data = {
"access_token": self.access_token,
"title": title,
"content": json.dumps(content),
"content": json.dumps(content, ensure_ascii=False),
"return_content": return_content,
"author_name": author_name if author_name else self.author_name,
"author_url": author_url if author_url else self.author_url,