From baf47d476e2c6dcbe42b040c1180979bffffd944 Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Mon, 27 Sep 2010 05:56:52 -0400 Subject: [PATCH] fix for call to check_table_no now needing an argument --- pyfpdb/HUD_main.pyw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/HUD_main.pyw b/pyfpdb/HUD_main.pyw index b38fc664..f52b8ee4 100755 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -351,7 +351,8 @@ class HUD_main(object): % (t6 - t0,t1 - t0,t2 - t0,t3 - t0,t4 - t0,t5 - t0,t6 - t0)) self.db_connection.connection.rollback() if type == "tour": - tablewindow.check_table_no() + tablewindow.check_table_no(None) + # Ray!! tablewindow::check_table_no expects a HUD as an argument! if __name__== "__main__": # start the HUD_main object