Remove the Timekeeper script as part of tradehandler's finish() method.
This commit is contained in:
parent
e83531da33
commit
25cdecc0db
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ class TradeHandler(object):
|
||||||
self.partB.cmdset.delete("cmdset_trade")
|
self.partB.cmdset.delete("cmdset_trade")
|
||||||
self.partA_offers = None
|
self.partA_offers = None
|
||||||
self.partB_offers = None
|
self.partB_offers = None
|
||||||
|
self.partA.scripts.stop("trade_request_timeout")
|
||||||
# this will kill it also from partB
|
# this will kill it also from partB
|
||||||
del self.partA.ndb.tradehandler
|
del self.partA.ndb.tradehandler
|
||||||
if self.partB.ndb.tradehandler:
|
if self.partB.ndb.tradehandler:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue