fix update cutoff call

This commit is contained in:
Damien Elmes 2011-09-29 04:01:11 +09:00
parent 2a73d58532
commit 40e9eea43f

View file

@ -668,7 +668,7 @@ gid in %s and queue = 2 and due <= :lim %s limit %d""" % (
def _checkDay(self):
# check if the day has rolled over
if time.time() > self.dayCutoff:
self.updateCutoff()
self._updateCutoff()
self.reset()
# Deck finished state