From 753596f217745a2a3d5fb064bd2af4364dd78143 Mon Sep 17 00:00:00 2001 From: Worros Date: Fri, 1 Apr 2011 13:35:13 +0800 Subject: [PATCH] fpdb_import: Only pipe to hud if callHud variable set --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index a95f8627..8240395b 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -493,7 +493,7 @@ class Importer: self.database.commit() #pipe the Hands.id out to the HUD - if self.caller: + if self.callHud: for hid in to_hud: try: print _("fpdb_import: sending hand to hud"), hand.dbid_hands, "pipe =", self.caller.pipe_to_hud