one last tipo in HUD_main.py thread stuff
This commit is contained in:
parent
5c8cf5760d
commit
a449e1948b
|
@ -84,7 +84,7 @@ def update_HUD(new_hand_id, table_name, config, stat_dict):
|
||||||
hud_dict[table_name].update(new_hand_id, config, stat_dict)
|
hud_dict[table_name].update(new_hand_id, config, stat_dict)
|
||||||
return False
|
return False
|
||||||
finally:
|
finally:
|
||||||
gtk.gkd.threads_leave
|
gtk.gdk.threads_leave
|
||||||
gobject.idle_add(idle_func)
|
gobject.idle_add(idle_func)
|
||||||
|
|
||||||
def read_stdin(): # This is the thread function
|
def read_stdin(): # This is the thread function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user