mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Timer message fix
This commit is contained in:
parent
7cc57172c7
commit
3766374c80
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ClerkPurchase(PurchaseBase):
|
|||
self.handleDone(0)
|
||||
|
||||
def __timerExpired(self):
|
||||
self.handleDone(1)
|
||||
self.handleDone(2)
|
||||
|
||||
def enterPurchase(self):
|
||||
PurchaseBase.enterPurchase(self)
|
||||
|
|
Loading…
Reference in a new issue