.
This commit is contained in:
@@ -91,7 +91,7 @@ class Manager:
|
|||||||
self._current = None
|
self._current = None
|
||||||
return
|
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"]
|
self._current = item["key"]
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user