add textview to autoimport window for dropping status/info messages on, just call it's AddText func to get it there
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ class HUD_main(object):
|
||||
if hasattr(tablewindow, 'number'):
|
||||
self.create_HUD(new_hand_id, tablewindow, temp_key, max, poker_game, type, stat_dict, cards)
|
||||
else:
|
||||
sys.stderr.write('Table "%s" no longer exists\n', table_name)
|
||||
sys.stderr.write('Table "%s" no longer exists\n' % table_name)
|
||||
|
||||
self.db_connection.connection.rollback()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user