예제 #1
0
 def start(self):
     if not self.hours:
         raise EConfiguration('hours must be > 0')
     self._seconds = self.hours * 60 * 60
     SynchronizedExporter.start(self)