From 9cf75f7303c4fe73fc3647a1198d5f4aac2cf1a1 Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Mon, 1 Feb 2010 08:47:55 -0500 Subject: [PATCH] fix getTableTitleRe calling in HUD_main:read_stdin, to use site_name (currently processing site name) instead of "site" which was always last site_name on list (this may break some people's HHC's, now that it works right) --- pyfpdb/HUD_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HUD_main.py b/pyfpdb/HUD_main.py index df144e92..71b7c03e 100755 --- a/pyfpdb/HUD_main.py +++ b/pyfpdb/HUD_main.py @@ -268,7 +268,7 @@ class HUD_main(object): cards['common'] = comm_cards['common'] table_kwargs = dict(table_name = table_name, tournament = tour_number, table_number = tab_number) - search_string = getTableTitleRe(self.config, site, type, **table_kwargs) + search_string = getTableTitleRe(self.config, site_name, type, **table_kwargs) tablewindow = Tables.Table(search_string, **table_kwargs) if tablewindow is None: