From 284693e95e820e0e8e41428f82f6d93784ec23a7 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 22 Dec 2009 22:02:36 +0800 Subject: [PATCH] [NEWIMPORT] Rebuild hudcache after hand is committed --- pyfpdb/fpdb_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 2decf6b6..a2a466de 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -449,6 +449,7 @@ class Importer: else: log.error("Hand processed but empty") self.database.commit() + self.database.rebuild_hudcache() #pipe the Hands.id out to the HUD for hid in to_hud: