Ejemplo n.º 1
0
 def __init__(self, job_listdict):
     BackgroundScheduler.__init__(self)
     self.job_listdict = job_listdict
     self.__add_jobs_by_dict(job_listdict)
Ejemplo n.º 2
0
 def __init__(self, gconfig={}, **options):
     BackgroundScheduler.__init__(self, gconfig, **options)
     self.ip = get_ip('eth0')
Ejemplo n.º 3
0
 def __init__(self, app):
     BackgroundScheduler.__init__(self)
     self.app = app
     self.start()
     self.reload()