Exemplo n.º 1
0
 def run(self):
     self.logger.debug('Starting watcher')
     self.watcher = Watcher(self.settings['paths'], self.callback)
     self.watcher.loop()