refactor(playout): rename vars and add typing
This commit is contained in:
parent
1d59310156
commit
5505222df6
7 changed files with 79 additions and 50 deletions
|
@ -44,7 +44,11 @@ def create_liquidsoap_annotation(media):
|
|||
|
||||
|
||||
class TelnetLiquidsoap:
|
||||
def __init__(self, liq_client: LiquidsoapClient, queues: List[str]):
|
||||
def __init__(
|
||||
self,
|
||||
liq_client: LiquidsoapClient,
|
||||
queues: List[str],
|
||||
):
|
||||
self.liq_client = liq_client
|
||||
self.queues = queues
|
||||
self.current_prebuffering_stream_id = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue