refactor(playout): move daemon flag to thread class

This commit is contained in:
jo 2022-09-08 17:55:51 +02:00 committed by Jonas L
parent d79cf00800
commit 64b3d164c9
6 changed files with 7 additions and 5 deletions

View file

@ -12,6 +12,7 @@ from requests.exceptions import ConnectionError, HTTPError, Timeout
class PypoFile(Thread):
name = "file"
daemon = True
def __init__(
self,