diff --git a/pyfpdb/TourneySummary.py b/pyfpdb/TourneySummary.py index 3785d211..ff864642 100644 --- a/pyfpdb/TourneySummary.py +++ b/pyfpdb/TourneySummary.py @@ -273,7 +273,7 @@ Map the tuple self.gametype onto the pokerstars string describing it self.writeSummary(sys.stdout) -def assemble(cnxn, tourneyId): +def assemble(cnxn, tourneyId): #TODO: move this method to Hand or Database # TODO !! c = cnxn.cursor()