- removed cue_file because it's handled by liquidsoap itself.

This commit is contained in:
James 2011-07-19 16:31:02 -04:00
parent 107c100cc4
commit cef2361bc2
7 changed files with 2 additions and 142 deletions

View file

@ -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")