Skip to content

Commit 88e3ab1

Browse files
committed
what a nice mistake
i dont even know how that thing worked before
1 parent 497f291 commit 88e3ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeviceChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, queue):
1616
self.queue = queue
1717
self.startStopQueue = Queue()
1818
self.process = Process(target=self.queuer, args=(self.queue, self.startStopQueue))
19-
logging.info(f"Starting process for DeviceChekcer with PID:{process.pid}")
19+
logging.info(f"Starting process for DeviceChekcer with PID:{self.process.pid}")
2020

2121
self.process.start()
2222

0 commit comments

Comments
 (0)