Beispiel #1
0
    def __init__(self):
        utils.check_data_dir()  #in case this directory does not exist yet
        self.monitor = UpdateMonitor(update_settings = self.createSchedules,after_scan = self.databaseUpdated)
        self.readLastRun()

        #force and update on startup to create the array
        self.createSchedules(True)
 def __init__(self):
     utils.check_data_dir()  #in case this directory does not exist yet
     self.monitor = UpdateMonitor(update_settings = self.createSchedules,after_scan = self.databaseUpdated)
     self.readLastRun()
     self.customPaths = CustomPathFile()
     
     #force and update on startup to create the array
     self.createSchedules(True)