Fix startTime variable change from another patch

This commit is contained in:
Worros
2010-07-08 23:14:55 +08:00
parent 52ae2e6b1f
commit 7c8339485d
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class DerivedStats():
self.hands['tableName'] = hand.tablename
self.hands['siteHandNo'] = hand.handid
self.hands['gametypeId'] = None # Leave None, handled later after checking db
self.hands['handStart'] = hand.starttime # format this!
self.hands['handStart'] = hand.startTime # format this!
self.hands['importTime'] = None
self.hands['seats'] = self.countPlayers(hand)
self.hands['maxSeats'] = hand.maxseats