keepalive: switch from thread to threading module
The thread module in py3 is renamed to _thread, but we can use the high level threading module instead.
Loading
Please register or sign in to comment
The thread module in py3 is renamed to _thread, but we can use the high level threading module instead.