mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
Make sure sessionproxy events are registered after stopping and starting a daemon from gtkui.
This commit is contained in:
parent
93dee4c764
commit
95ce85ec78
@ -65,11 +65,11 @@ class SessionProxy(component.Component):
|
||||
# Holds the time of the last key update.. {torrent_id: {key1, time, ...}, ...}
|
||||
self.cache_times = {}
|
||||
|
||||
def start(self):
|
||||
client.register_event_handler("TorrentStateChangedEvent", self.on_torrent_state_changed)
|
||||
client.register_event_handler("TorrentRemovedEvent", self.on_torrent_removed)
|
||||
client.register_event_handler("TorrentAddedEvent", self.on_torrent_added)
|
||||
|
||||
def start(self):
|
||||
def on_torrent_status(status):
|
||||
# Save the time we got the torrent status
|
||||
t = time.time()
|
||||
|
Loading…
x
Reference in New Issue
Block a user