fix playout not working
-silly mistake due to inf recursion
This commit is contained in:
parent
72cfe62de9
commit
bda22baf0c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TelnetLiquidsoap:
|
||||||
self.current_prebuffering_stream_id = None
|
self.current_prebuffering_stream_id = None
|
||||||
|
|
||||||
def __connect(self):
|
def __connect(self):
|
||||||
return self.__connect()
|
return telnetlib.Telnet(self.ls_host, self.ls_port)
|
||||||
|
|
||||||
def __is_empty(self, queue_id):
|
def __is_empty(self, queue_id):
|
||||||
tn = self.__connect()
|
tn = self.__connect()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue