mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 17:55:29 +01:00
Add command queue stdin commands back
This commit is contained in:
parent
7885b2c8f7
commit
290c398198
@ -121,6 +121,9 @@ class TasksManager:
|
|||||||
|
|
||||||
elif command == "update_executable":
|
elif command == "update_executable":
|
||||||
svr.jar_update()
|
svr.jar_update()
|
||||||
|
else:
|
||||||
|
svr.send_command(command)
|
||||||
|
|
||||||
HelpersManagement.mark_command_complete(cmd.command_id)
|
HelpersManagement.mark_command_complete(cmd.command_id)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user