Skip to content

Commit 61da26b

Browse files
committed
2 parents 91713bb + f0fbb04 commit 61da26b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tgbot/bot/handlers/common/start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def handle_start_with_invite_code(
2424
if len(params) == 2:
2525
id = params[0]
2626
token = params[1]
27-
27+
2828
id = params
2929
token = 123
3030

@@ -38,7 +38,7 @@ async def start_handler(
3838
) -> None:
3939
user_id = int(message.from_user.id)
4040
invite_code = command.args
41-
await message.answer(f'{invite_code} {command}')
41+
await message.answer(f"{invite_code} {command}")
4242

4343
if not await user_exists_by_telegram_id(user_id):
4444
if invite_code:

0 commit comments

Comments
 (0)