@@ -62,11 +62,12 @@ def main() -> None:
diskPollThread.start()
try:
event = diskEventQueue.get_nowait()
print(event)
except Empty:
sleep(1)
while True:
finally:
stopEvent.set()
The note is not visible to the blocked user.