Ejemplo n.º 1
0
 def __init__(self, config):
     self.executor = AsynchExecutor(2)
     self.status_monitor = StatusMonitor(config)
     self.pl_manager = PlaylistManager(config)
     self.POLL_TIME = config.getfloat('Client', 'playlist_poll_time')
     self.scheduler = Scheduler()