mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
some fix
This commit is contained in:
+2
-11
@@ -10,22 +10,13 @@ from argenta.orchestrator import Orchestrator
|
||||
|
||||
router = Router()
|
||||
|
||||
@router.command(Command('case are'))
|
||||
|
||||
@router.command(Command("case are"))
|
||||
def handler(response: Response):
|
||||
print(response.status)
|
||||
|
||||
|
||||
|
||||
app = App(repeat_command_groups=False)
|
||||
app.include_router(router)
|
||||
|
||||
app.run_polling()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user