mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
DistributedPicnicTable cleanupDelayDeletes
This commit is contained in:
parent
cbf9c8451d
commit
dcc4621456
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ class DistributedPicnicTable(DistributedNode.DistributedNode):
|
|||
oldTrack = self.__toonTracks.get(avId)
|
||||
if oldTrack:
|
||||
oldTrack.pause()
|
||||
cleanupDelayDeletes(oldTrack)
|
||||
DelayDelete.cleanupDelayDeletes(oldTrack)
|
||||
|
||||
def clearToonTracks(self):
|
||||
keyList = []
|
||||
|
|
Loading…
Reference in a new issue