Exemple #1
0
 def start(self):
     p = Process(target=self.logging_loop, args=(self.config, self.run_name))
     p.daemon = True
     p.start()