Example #1
0
def start_monitoring():
    sched = Schedule(config.TIMEPERIOD)
    sched.schedule(storefile.monitorStore)
Example #2
0
 def setUpClass(cls):
     serino = "MDEVICE"
     #serino = "adede7a6"
     if len(sys.argv) > 1:
         serino = sys.argv[1]
     cls.mod = Schedule(serino, "Pim")