Skip to content

Commit

Permalink
Change telegraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Sep 24, 2024
1 parent b1dc80a commit 365f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/helper/media_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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://graph.org/{response['path']}"
return f"https://te.legra.ph/{response['path']}"


async def run_subprocess(cmd):
Expand Down

0 comments on commit 365f1b9

Please sign in to comment.