This commit is contained in:
2021-11-16 19:09:38 +01:00
parent bce3619638
commit 44cc0929bd
27 changed files with 307 additions and 95 deletions

View File

@@ -28,7 +28,7 @@ public class Executor extends ExecutorBase {
@Override
protected
String execution(String... input) {
String execution(String input) {
String key = userToRobotPort.userToRobot();
try {