Try to fix HUD hangs
This commit is contained in:
parent
175366934b
commit
52d8578841
|
@ -219,6 +219,8 @@ class HUD_main(object):
|
||||||
except KeyError: # HUD instance has been killed off, key is stale
|
except KeyError: # HUD instance has been killed off, key is stale
|
||||||
sys.stderr.write('hud_dict[%s] was not found\n' % temp_key)
|
sys.stderr.write('hud_dict[%s] was not found\n' % temp_key)
|
||||||
sys.stderr.write('will not send hand\n')
|
sys.stderr.write('will not send hand\n')
|
||||||
|
# Unlocks table, copied from end of function
|
||||||
|
self.db_connection.connection.rollback()
|
||||||
return
|
return
|
||||||
cards = self.db_connection.get_cards(new_hand_id)
|
cards = self.db_connection.get_cards(new_hand_id)
|
||||||
comm_cards = self.db_connection.get_common_cards(new_hand_id)
|
comm_cards = self.db_connection.get_common_cards(new_hand_id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user