
The setDaemon method of the threading.Thread was deprecated in Python 3.10 (*). Replace the setDaemon method with the daemon property. *: https://docs.python.org/3.10/library/threading.html#threading.Thread.setDaemon Change-Id: I643251c0394b8e8ede8198f580549ef6f260a9de Signed-off-by: Takashi Natsume <takanattie@gmail.com>