Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine
Commits
6e991cf8
Verified
Commit
6e991cf8
authored
6 months ago
by
Ole Binder
Browse files
Options
Downloads
Patches
Plain Diff
Chore: add type hint
parent
2dced3e2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!46
Steering playout schema and virtual timeslot integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/aura_engine/engine.py
+2
-2
2 additions, 2 deletions
src/aura_engine/engine.py
with
2 additions
and
2 deletions
src/aura_engine/engine.py
+
2
−
2
View file @
6e991cf8
...
@@ -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_d
ispatcher
):
def
__init__
(
self
,
playout
:
PlayoutClient
,
event_dispatcher
:
events
.
EngineEventD
ispatcher
):
"""
"""
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 (EventDispat
c
her): Dispatcher for issuing events
"""
"""
self
.
config
=
AuraConfig
.
instance
.
config
self
.
config
=
AuraConfig
.
instance
.
config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment