Renamed program_executor to executor

This commit is contained in:
Pünkösd Marcell 2021-04-14 21:17:45 +02:00
parent e4a28d7446
commit fffa8b2fef
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ProgramExecutor(Thread):
self._loop_counter = 0
self._state = ProgramExecutorStates.PREPARING
self._logger = logging.getLogger("program_executor")
self._logger = logging.getLogger("executor")
def abort(self):
self._logger.debug("Aborting due to external request...")