Skip to content
Snippets Groups Projects
Commit f09fbf52 authored by David Trattnig's avatar David Trattnig
Browse files

Config: Engine ID and playlog URL in core config

parent 554c2b3d
No related branches found
No related tags found
No related merge requests found
Pipeline #2170 passed
......@@ -138,8 +138,6 @@ class Engine:
Update the config of playout with the current values
"""
playout_config = {
"engine_id": int(self.config.get("api_engine_number")),
"engine_api_playlog": self.config.get("api_engine_store_playlog"),
"fallback_show_id": int(self.config.get("fallback_show_id")),
"fallback_show_name": self.config.get("fallback_show_name"),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment