Add winner and pot to Mucked list list box + intfac imp.

This commit is contained in:
Ray
2008-12-08 14:10:45 -05:00
parent 1e9263f202
commit 7d75e4af91
5 changed files with 62 additions and 76 deletions
+2 -2
View File
@@ -429,8 +429,8 @@ def discover_mac_by_name(c, tablename):
if __name__=="__main__":
c = Configuration.Config()
print discover_table_by_name(c, "Howard Lederer")
print discover_tournament_table(c, "118942908", "3")
print discover_table_by_name(c, "Daddy Nasty")
# print discover_tournament_table(c, "118942908", "3")
tables = discover(c)
for t in tables.keys():