2 Commits

Author SHA1 Message Date
ALEXks
a8b15d0eeb fixed version 2026-02-24 16:38:17 +03:00
ALEXks
0e9404982f remaned 2026-02-24 16:37:56 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ public:
environments = Utils::getValue<string>(data, "environments");
usr_par = Utils::getValue<string>(data, "usr_par");
args = Utils::getValue<string>(data, "args");
kernels = Utils::getValue<int>(data, "kernels");
kernels = Utils::getValue<int>(data, "cores");
//todo setStartCommand
}

View File

@@ -1 +1 @@
26
27