From 50ffeea3ecf3f51292af6a40a9da7de45fd36505 Mon Sep 17 00:00:00 2001 From: Worros Date: Sun, 5 Sep 2010 17:08:15 +0800 Subject: [PATCH] PSSummary: Add comment for Stars step satellites --- pyfpdb/PokerStarsSummary.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyfpdb/PokerStarsSummary.py b/pyfpdb/PokerStarsSummary.py index 0066d0de..b0729baf 100644 --- a/pyfpdb/PokerStarsSummary.py +++ b/pyfpdb/PokerStarsSummary.py @@ -251,6 +251,12 @@ class PokerStarsSummary(TourneySummary): if 'TICKET' and mg['TICKET'] != None: print "DEBUG: TODO! fix Step ticket values" print "\tWinning = Level %s" % mg['LEVEL'] + # Step 1 - $7.50 USD + # Step 2 - $27.00 USD + # Step 3 - $82.00 USD + # Step 4 - $215.00 USD + # Step 5 - $700.00 USD + # Step 6 - $2100.00 USD #TODO: currency, ko/addon/rebuy count -> need examples! #print "DEBUG: addPlayer(%s, %s, %s, %s, None, None, None)" %(rank, name, winnings, self.currency)