feat(playout): remove unused liquidsoap_prepare_terminate.py (#1854)

Related to cde6db812f
This commit is contained in:
Jonas L 2022-05-21 18:37:54 +02:00 committed by GitHub
parent 8278366899
commit a73084e612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
import sys
import telnetlib
from configobj import ConfigObj
try:
config = ConfigObj("/etc/airtime/airtime.conf")
LS_HOST = config["pypo"]["ls_host"]
LS_PORT = config["pypo"]["ls_port"]
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
tn.write("master_harbor.stop\n")
tn.write("live_dj_harbor.stop\n")
tn.write("exit\n")
tn.read_all()
except Exception as e:
print(f"Error loading config file: {e}")
sys.exit()

View File

@ -1,7 +1,6 @@
# This file is auto-generated by tools/extract-requirements.sh.
# Please do not edit this file, edit the setup.py file!
amqplib
configobj
defusedxml
kombu
mutagen

View File

@ -35,7 +35,6 @@ setup(
python_requires=">=3.6",
install_requires=[
"amqplib",
"configobj",
"defusedxml",
"kombu",
"mutagen",