get_cards query now works directly with the 0-52 card encoding scheme.

This commit is contained in:
Ray
2009-06-16 23:00:46 -04:00
parent bb633fd435
commit 4a6c257b0f
2 changed files with 4 additions and 13 deletions
-1
View File
@@ -528,7 +528,6 @@ class Sql:
self.query['get_cards'] = """
select
seatNo AS seat_number,
name AS screen_name,
card1, /*card1Value, card1Suit, */
card2, /*card2Value, card2Suit, */
card3, /*card3Value, card3Suit, */