diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index 6ca016f3..69f4a0b2 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -3401,7 +3401,7 @@ class Sql: AND hp.tourneysPlayersId IS NULL - GROUP BY h.startTime, hp.handId, hp.sawShowdown, hp.totalProfit + GROUP BY h.startTime, hp.handId, hp.sawShowdown, ( hp.totalProfit / ( gt.bigBlind * 2 ) ) * 100 ORDER BY h.startTime""" self.query['getRingProfitAllHandsPlayerIdSiteInDollars'] = """