This commit is contained in:
2025-03-12 13:01:15 +03:00
parent 0f4f48555e
commit 09c40978a1
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from .handlers_implementation.help_command import help_command
work_router: Router = Router(title='Work nts:')
work_router.set_invalid_input_flag_handler(lambda flag: print(f'Invalid input flag: "{flag.get_string_entity()} {flag.get_value() if flag.get_value() else ''}"'))
work_router.set_invalid_input_flag_handler(lambda flag: print(f'Invalid input flag: {flag.get_string_entity()} {flag.get_value() if flag.get_value() else ''}'))
settings_router: Router = Router(title='Settings points:')