Jak zmienić nazwę wątku w Pythonie
#do this
import threading
threding.current_thread().name = "name_of_the_thread"
Elated Elk
#do this
import threading
threding.current_thread().name = "name_of_the_thread"