forked from HSE_team/BetterCallPraskovia
fix drone v2
This commit is contained in:
parent
8cbc318c33
commit
66392765b9
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user