Esempio n. 1
0
 def run(self):
     while True:
         path = pathPool.get()
         if path:
             w = WatchDog(path, 2)
             w.monitor()
Esempio n. 2
0
 def run(self):
     while True:
         path = pathPool.get()
         if path:
             w = WatchDog(path, 2)
             w.monitor()
Esempio n. 3
0
 def run(self):
     while True:
         path = pathPool.get()
         if path:
             w = WatchDog(path, self.timing, self.upload)
             w.monitor()
Esempio n. 4
0
 def run(self):
     while True:
         path = pathPool.get()
         if path:
             w = WatchDog(path, self.timing, self.upload)
             w.monitor()