From 4f854c5c35a8d2f8a0bfd4d4bb34d82788100cf0 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Thu, 19 Aug 2010 07:34:37 +0200 Subject: [PATCH] add comment about non-standard structures for sbet/bbet --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 354536eb..9b1b962b 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -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]