Ejemplo n.º 1
0
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)
Ejemplo n.º 2
0
 def disable(self):
     self.deregister_custom_email_notification('TorrentFinishedEvent')
     CustomNotifications.disable(self)
Ejemplo n.º 3
0
 def enable(self):
     CustomNotifications.enable(self)
     self.register_custom_email_notification('TorrentFinishedEvent',
                                             self._on_torrent_finished_event)
Ejemplo n.º 4
0
 def enable(self):
     CustomNotifications.enable(self)
     self.register_custom_email_notification(
         'TorrentFinishedEvent', self._on_torrent_finished_event)