Remove the Timekeeper script as part of tradehandler's finish() method.

This commit is contained in:
Griatch 2016-11-26 23:06:27 +01:00
parent e83531da33
commit 25cdecc0db

View file

@ -370,6 +370,7 @@ class TradeHandler(object):
self.partB.cmdset.delete("cmdset_trade")
self.partA_offers = None
self.partB_offers = None
self.partA.scripts.stop("trade_request_timeout")
# this will kill it also from partB
del self.partA.ndb.tradehandler
if self.partB.ndb.tradehandler: