Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 29, 2024
1 parent ee5b373 commit 9d99e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/aeon_utils/access_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def token_check(user_id, button=None):
time_str = get_readable_time(token_timeout, True)
button = button or ButtonMaker()
short_link = await short(
f"https://telegram.me/{TgClient.NAME}?start={token}"
f"https://telegram.me/{TgClient.NAME}?start={token}",
)
button.url_button("Collect token", short_link)
msg = "Your token has expired, please collect a new token"
Expand Down

0 comments on commit 9d99e0e

Please sign in to comment.