From 9d99e0e3c0173b591ea0a3d9f814b8349f8789d4 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sun, 29 Dec 2024 15:17:37 +0000 Subject: [PATCH] Auto-format code [skip actions] --- bot/helper/aeon_utils/access_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/aeon_utils/access_check.py b/bot/helper/aeon_utils/access_check.py index b4c03af21..cc85c4d63 100644 --- a/bot/helper/aeon_utils/access_check.py +++ b/bot/helper/aeon_utils/access_check.py @@ -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"