From fd7556af89d78a979840329a4359ab6586b3013e Mon Sep 17 00:00:00 2001 From: steffen123 Date: Sun, 4 Jul 2010 23:42:57 +0200 Subject: [PATCH] fix call to tourney.addPlayer after removal of payinAmount --- pyfpdb/FulltiltToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 021a71da..a7d27d8a 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -654,7 +654,7 @@ class Fulltilt(HandHistoryConverter): else: winnings = "0" - tourney.addPlayer(rank, a.group('PNAME'), winnings, "USD", 0, 0, 0, 0) #TODO: make it store actual winnings currency + tourney.addPlayer(rank, a.group('PNAME'), winnings, "USD", 0, 0, 0) #TODO: make it store actual winnings currency else: print "FullTilt: Player finishing stats unreadable : %s" % a