Closed hugovk closed 2 years ago
threading.currentThread was deprecated in Python 3.10 (October 2021).
threading.currentThread
Replace with threading.current_thread, added in Python 2.6 (October 2008).
threading.current_thread
threading.currentThread
was deprecated in Python 3.10 (October 2021).Replace with
threading.current_thread
, added in Python 2.6 (October 2008).