diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index 96a45d2c..ed74e9d2 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -2828,7 +2828,7 @@ class Sql: AND h.startTime < '' - AND gt.type is 'ring' + AND gt.type = 'ring' GROUP BY h.startTime, hp.handId, hp.sawShowdown, hp.totalProfit ORDER BY h.startTime"""