Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Oct 31, 2023
1 parent 5f0091c commit 337cc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repthon/helpers/function/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ async def covidindia(state):
async def post_to_telegraph(
page_title,
html_format_content,
auth_name="Zed-Thon",
auth_url="https://t.me/ZThon",
auth_name="Repthon",
auth_url="https://t.me/Repthon",
):
post_client = TelegraphPoster(use_api=True)
post_client.create_api_token(auth_name)
Expand Down

0 comments on commit 337cc04

Please sign in to comment.