Skip to content
Snippets Groups Projects
Verified Commit 6e991cf8 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: add type hint

parent 2dced3e2
Branches
Tags
1 merge request!46Steering playout schema and virtual timeslot integration
...@@ -252,13 +252,13 @@ class Player: ...@@ -252,13 +252,13 @@ class Player:
event_dispatcher = None event_dispatcher = None
mixer = None mixer = None
def __init__(self, playout, event_dispatcher): def __init__(self, playout: PlayoutClient, event_dispatcher: events.EngineEventDispatcher):
""" """
Initialize the player. Initialize the player.
Args: Args:
playout (PlayoutClient): Client for connecting to Engine Core (Liquidsoap) playout (PlayoutClient): Client for connecting to Engine Core (Liquidsoap)
event_dispatcher (EventDispather): Dispatcher for issuing events event_dispatcher (EventDispatcher): Dispatcher for issuing events
""" """
self.config = AuraConfig.instance.config self.config = AuraConfig.instance.config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment