The script is generating a deprecated warning. I think this: `worker.setDaemon(True)` needs to be changed to this: `worker.demon = True`
The script is generating a deprecated warning.
I think this:
worker.setDaemon(True)needs to be changed to this:
worker.demon = True