mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-07-08 07:56:43 +08:00
chore: ph/appends run first within threadpool
- Display and submit backgrounded APPENDS first - Then stream answers run
This commit is contained in:
@ -388,7 +388,7 @@ class TelegraphAPI:
|
||||
url = f"{self.base_url}/getPage/{path}?return_content=true"
|
||||
response = requests.get(url)
|
||||
response.raise_for_status()
|
||||
return response.json()["result"]
|
||||
return response.json()["result"]["content"]
|
||||
|
||||
def create_page_md(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user