minor tweak
This commit is contained in:
parent
9ecb8a388d
commit
3610c30a25
@ -164,6 +164,7 @@ class DelugeGTK:
|
|||||||
self.memory_timer = 0
|
self.memory_timer = 0
|
||||||
for torrent in self.manager.get_queue():
|
for torrent in self.manager.get_queue():
|
||||||
unique_ID = self.manager.get_torrent_unique_id(torrent)
|
unique_ID = self.manager.get_torrent_unique_id(torrent)
|
||||||
|
try:
|
||||||
if self.manager.unique_IDs[unique_ID].uploaded_memory:
|
if self.manager.unique_IDs[unique_ID].uploaded_memory:
|
||||||
self.manager.unique_IDs[unique_ID].initial_uploaded_memory = \
|
self.manager.unique_IDs[unique_ID].initial_uploaded_memory = \
|
||||||
self.manager.unique_IDs[unique_ID].uploaded_memory
|
self.manager.unique_IDs[unique_ID].uploaded_memory
|
||||||
@ -176,6 +177,8 @@ class DelugeGTK:
|
|||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def connect_signals(self):
|
def connect_signals(self):
|
||||||
self.wtree.signal_autoconnect({
|
self.wtree.signal_autoconnect({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user