We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497f291 commit 88e3ab1Copy full SHA for 88e3ab1
DeviceChecker.py
@@ -16,7 +16,7 @@ def __init__(self, queue):
16
self.queue = queue
17
self.startStopQueue = Queue()
18
self.process = Process(target=self.queuer, args=(self.queue, self.startStopQueue))
19
- logging.info(f"Starting process for DeviceChekcer with PID:{process.pid}")
+ logging.info(f"Starting process for DeviceChekcer with PID:{self.process.pid}")
20
21
self.process.start()
22
0 commit comments