mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 18:44:50 +00:00
add tgraph
This commit is contained in:
parent
7713345773
commit
3ea22177ec
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from telegraph.aio import Telegraph
|
|||
from utils import LOGGER
|
||||
|
||||
|
||||
async def post_to_telegraph(is_media: bool, title: str, content: str, media=None):
|
||||
async def post_to_telegraph(is_media: bool, title, content, media=None):
|
||||
telegraph = Telegraph()
|
||||
LOGGER.info(await telegraph.create_account(short_name='MissKaty'))
|
||||
if is_media:
|
||||
|
|
|
|||
Loading…
Reference in a new issue