diff --git a/python_apps/pypo/pypo/telnetliquidsoap.py b/python_apps/pypo/pypo/telnetliquidsoap.py index 6845cd091..c294a3b0f 100644 --- a/python_apps/pypo/pypo/telnetliquidsoap.py +++ b/python_apps/pypo/pypo/telnetliquidsoap.py @@ -234,9 +234,9 @@ class TelnetLiquidsoap: self.logger.debug('Disconnecting source: %s', sourcename) command = "" if(sourcename == "master_dj"): - command += "master_harbor.kick\n" + command += "master_harbor.stop\n" elif(sourcename == "live_dj"): - command += "live_dj_harbor.kick\n" + command += "live_dj_harbor.stop\n" try: self.telnet_lock.acquire()