refactoring

This commit is contained in:
Devaev Maxim
2020-11-12 22:36:22 +03:00
parent 87cc8cf7b0
commit 180251ec59
6 changed files with 10 additions and 10 deletions

View File

@@ -134,7 +134,7 @@ class Plugin(BaseUserGpioDriver): # pylint: disable=too-many-instance-attribute
logger.info("Started %s pid=%d", self, os.getpid())
aioproc.ignore_sigint()
aioproc.rename_process(f"ugpio-ezcoo-{self._instance_name}")
aioproc.rename_process(f"gpio-ezcoo-{self._instance_name}")
while not self.__stop_event.is_set():
try: