From 1ae01f1502a347ee1d7768f58f9865e6ae7372e2 Mon Sep 17 00:00:00 2001 From: Worros Date: Fri, 24 Sep 2010 13:47:24 +0800 Subject: [PATCH] Database: Mark 27 Single draw as a lowball game --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 46077f27..8c7ef50d 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -1941,7 +1941,7 @@ class Database: hilo = "h" if game['category'] in ['studhilo', 'omahahilo']: hilo = "s" - elif game['category'] in ['razz','27_3draw','badugi']: + elif game['category'] in ['razz','27_3draw','badugi', '27_1draw']: 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),