Commit 213ca69
authored
Replace call to deprecated method Thread.setDaemon() (#184)
This method was deprecated in Python 3.10, set the Thread.daemon
attribute directly instead.
See: python/cpython#251741 parent e841da1 commit 213ca69
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments