Skip to content

Commit 26e4098

Browse files
committed
camera_processing.py rename the thread
Signed-off-by: SCA075 <[email protected]>
1 parent a8519d7 commit 26e4098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/valetudo_vacuum_camera/camera_processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def run_async_process_valetudo_data(self, parsed_json):
138138
loop = get_event_loop()
139139

140140
with concurrent.futures.ThreadPoolExecutor(
141-
max_workers=1, thread_name_prefix="valetudo_camera"
141+
max_workers=1, thread_name_prefix=f"{self._shared.file_name}_camera"
142142
) as executor:
143143
tasks = [
144144
loop.run_in_executor(executor, self.process_valetudo_data, parsed_json)

0 commit comments

Comments
 (0)