cleanup trackers replace
This commit is contained in:
parent
3c9a88f897
commit
e9c28bdf13
@ -168,23 +168,9 @@ class DelugeGTK:
|
|||||||
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
|
||||||
try:
|
if self.manager.unique_IDs[unique_ID].trackers_changed:
|
||||||
if self.manager.unique_IDs[unique_ID].trackers_changed:
|
self.manager.replace_trackers(unique_ID, \
|
||||||
try:
|
self.manager.unique_IDs[unique_ID].trackers)
|
||||||
self.manager.replace_trackers(unique_ID, \
|
|
||||||
self.manager.unique_IDs[unique_ID].trackers)
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
except AttributeError:
|
|
||||||
try:
|
|
||||||
if self.manager.unique_IDs[unique_ID].trackers:
|
|
||||||
try:
|
|
||||||
self.manager.replace_trackers(unique_ID, \
|
|
||||||
self.manager.unique_IDs[unique_ID].trackers)
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
except AttributeError:
|
|
||||||
pass
|
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user