feat(playout): move liquidsoap auth to notify cli

This commit is contained in:
jo 2023-03-21 14:50:44 +01:00 committed by Kyle Robbertze
parent 114a599993
commit 3f4ebab788
6 changed files with 35 additions and 53 deletions

View file

@ -25,7 +25,6 @@ def generate_entrypoint(
version: Tuple[int, int, int],
) -> str:
paths = {}
paths["auth_filepath"] = here / "liquidsoap_auth.py"
paths["lib_filepath"] = here / f"{version[0]}.{version[1]}/ls_script.liq"
if log_filepath is not None: