- removed cue_file because it's handled by liquidsoap itself.
This commit is contained in:
parent
107c100cc4
commit
cef2361bc2
7 changed files with 2 additions and 142 deletions
|
@ -59,7 +59,6 @@ class PypoFetch(Thread):
|
|||
Thread.__init__(self)
|
||||
logger = logging.getLogger('fetch')
|
||||
self.api_client = api_client.api_client_factory(config)
|
||||
self.cue_file = CueFile()
|
||||
self.set_export_source('scheduler')
|
||||
self.queue = q
|
||||
logger.info("PypoFetch: init complete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue