This commit is contained in:
2025-05-07 02:15:42 +03:00
parent 61ef6a6466
commit c4b3aa7db8
6 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def command_help(response: Response):
print(response.invalid_value_flags.get_flags())
@work_router.command(Command('run', 'Run All'))
@work_router.command('run')
def command_start_solving(response: Response):
print(response.status)
print(response.undefined_flags.get_flags())