This commit is contained in:
yasirarism 2023-09-26 23:09:48 +07:00 committed by GitHub
parent ab32ce9d14
commit 141dc3ca54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ async def post_to_telegraph(is_media: bool, title=None, content=None, media=None
author_url=f"https://t.me/{BOT_USERNAME}",
author_name=BOT_USERNAME,
)
return f"https://tgraph.yasirweb.eu.org/{response['path']}"
return f"https://graph.org/{response['path']}"
async def run_subprocess(cmd):