This commit is contained in:
parent
8cbc318c33
commit
66392765b9
@ -22,7 +22,7 @@ steps:
|
||||
password:
|
||||
from_secret: server_password
|
||||
port: 22
|
||||
command_timeout: 1800
|
||||
command_timeout: 30m
|
||||
script:
|
||||
- cd BetterCallPraskovia
|
||||
- git pull origin main
|
||||
|
||||
@ -11,7 +11,6 @@ from datetime import datetime
|
||||
router = Router()
|
||||
user_service = UserService()
|
||||
|
||||
|
||||
@router.message(Command("buy"))
|
||||
async def cmd_buy(message: Message):
|
||||
user_id = message.from_user.id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user