fix(playout): add thread names (#2056)
This commit is contained in:
parent
6d928d9b24
commit
a730c1b1a4
7 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,8 @@ from requests.exceptions import ConnectionError, HTTPError, Timeout
|
|||
|
||||
|
||||
class PypoFile(Thread):
|
||||
name = "file"
|
||||
|
||||
def __init__(self, schedule_queue, api_client: ApiClient):
|
||||
Thread.__init__(self)
|
||||
self.media_queue = schedule_queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue