Пример #1
0
 def stopService(self):
     try:
         self._handle.cancel()
     except:
         pass
     self.log_debug("stopping MRSS service")
     return Service.stopService(self)
Пример #2
0
 def startService(self):
     Service.startService(self)
Пример #3
0
 def startService(self):
     self._handle = None
     self._getRss()
     self.log_debug("starting MRSS service")
     Service.startService(self)