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