refactor(playout): move daemon flag to thread class
This commit is contained in:
parent
d79cf00800
commit
64b3d164c9
6 changed files with 7 additions and 5 deletions
|
@ -12,6 +12,7 @@ from requests.exceptions import ConnectionError, HTTPError, Timeout
|
|||
|
||||
class PypoFile(Thread):
|
||||
name = "file"
|
||||
daemon = True
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue