From 141dc3ca542e6f006fbba127994f693c8023d96d Mon Sep 17 00:00:00 2001 From: yasirarism Date: Tue, 26 Sep 2023 23:09:48 +0700 Subject: [PATCH] revert --- misskaty/helper/media_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/helper/media_helper.py b/misskaty/helper/media_helper.py index 484cd794..960b8c10 100644 --- a/misskaty/helper/media_helper.py +++ b/misskaty/helper/media_helper.py @@ -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):