add comment about non-standard structures for sbet/bbet
This commit is contained in:
parent
f191e5d77c
commit
4f854c5c35
|
@ -1887,7 +1887,7 @@ class Database:
|
||||||
hilo = "l"
|
hilo = "l"
|
||||||
tmp = self.insertGameTypes( (siteid, game['currency'], game['type'], game['base'], game['category'], game['limitType'], hilo,
|
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['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
|
#FIXME: recognise currency
|
||||||
return tmp[0]
|
return tmp[0]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user