fix drone v2

This commit is contained in:
Arxip222 2025-12-24 15:27:57 +03:00
parent 8cbc318c33
commit 66392765b9
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ steps:
password: password:
from_secret: server_password from_secret: server_password
port: 22 port: 22
command_timeout: 1800 command_timeout: 30m
script: script:
- cd BetterCallPraskovia - cd BetterCallPraskovia
- git pull origin main - git pull origin main

View File

@ -11,7 +11,6 @@ from datetime import datetime
router = Router() router = Router()
user_service = UserService() user_service = UserService()
@router.message(Command("buy")) @router.message(Command("buy"))
async def cmd_buy(message: Message): async def cmd_buy(message: Message):
user_id = message.from_user.id user_id = message.from_user.id