Skip to content

setDaemon method deprecated in Python 3.10 #18

@XMaarten

Description

@XMaarten

The script is generating a deprecated warning.

I think this:
worker.setDaemon(True)
needs to be changed to this:
worker.demon = True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions