This commit is contained in:
2022-01-20 13:37:58 +00:00
parent 489142d137
commit 41c86fa440

View File

@@ -91,7 +91,7 @@ class Manager:
self._current = None
return
onlyone(item["cmd"], [x.cmd for x in self.__processes if x["key"]!=item["key"]])
onlyone(item["cmd"], [x["cmd"] for x in self.__processes if x["key"]!=item["key"]])
self._current = item["key"]