>> The following tentative patch should correct this issue:
>> http://pastebin.com/d2d5a0f62
> I'm unable to see it as pastebin.com is (again) down.
>>
I attached the patch to this message.
--
bou ^
diff -r dd8154eb43b4 pokernetwork/pokerservice.py
--- a/pokernetwork/pokerservice.py Thu Jul 17 14:54:43 2008 +0000
+++ b/pokernetwork/pokerservice.py Fri Jul 18 08:40:45 2008 +0000
@@ -648,7 +648,8 @@
message = "Tournament %d does not exist" % tourney_serial)
tourney = self.tourneys[tourney_serial]
players = map(lambda serial: ( self.getName(serial), -1, 0 ), tourney.players)
- return PacketPokerTourneyPlayersList(serial = tourney_serial,
+ return PacketPokerTourneyPlayersList(game_id = tourney_serial,
+ serial = tourney_serial,
players = players)
def tourneyStats(self):
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users