add comment about non-standard structures for sbet/bbet

This commit is contained in:
steffen123 2010-08-19 07:34:37 +02:00
parent f191e5d77c
commit 4f854c5c35

View File

@ -1887,7 +1887,7 @@ class Database:
hilo = "l"
tmp = self.insertGameTypes( (siteid, game['currency'], game['type'], game['base'], game['category'], game['limitType'], hilo,
int(Decimal(game['sb'])*100), int(Decimal(game['bb'])*100),
int(Decimal(game['bb'])*100), int(Decimal(game['bb'])*200)) )
int(Decimal(game['bb'])*100), int(Decimal(game['bb'])*200)) ) #TODO: this wont work for non-standard structures
#FIXME: recognise currency
return tmp[0]