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