Removes an unnecessary Thread base-class override. The python documentation also strongly discourages overriding anything other than run().
18 KiB
18 KiB
Removes an unnecessary Thread base-class override. The python documentation also strongly discourages overriding anything other than run().