Add command queue stdin commands back

This commit is contained in:
luukas 2022-05-30 18:23:37 +03:00
parent 7885b2c8f7
commit 290c398198
No known key found for this signature in database
GPG Key ID: CC4915E8D71FC044

View File

@ -121,6 +121,9 @@ class TasksManager:
elif command == "update_executable":
svr.jar_update()
else:
svr.send_command(command)
HelpersManagement.mark_command_complete(cmd.command_id)
time.sleep(1)