- 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

@ -35,7 +35,6 @@ class PypoPush(Thread):
def __init__(self, q):
Thread.__init__(self)
self.api_client = api_client.api_client_factory(config)
self.cue_file = CueFile()
self.set_export_source('scheduler')
self.queue = q