mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 22:35:25 +00:00
set timer back to zero when done...forgot that :)
This commit is contained in:
parent
d885d3320a
commit
bb1f887a12
@ -1000,6 +1000,7 @@ class DelugeGTK:
|
|||||||
self.manager.set_DHT(False)
|
self.manager.set_DHT(False)
|
||||||
os.remove(common.CONFIG_DIR + '/dht.state')
|
os.remove(common.CONFIG_DIR + '/dht.state')
|
||||||
self.manager.set_DHT(True)
|
self.manager.set_DHT(True)
|
||||||
|
dht_timer = 0
|
||||||
else:
|
else:
|
||||||
dht_peers = str(dht_peers)
|
dht_peers = str(dht_peers)
|
||||||
self.statusbar_temp_msg = self.statusbar_temp_msg + \
|
self.statusbar_temp_msg = self.statusbar_temp_msg + \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user