telemetry for double updates
This commit is contained in:
parent
231d545739
commit
19caf51c9a
|
@ -133,10 +133,7 @@ def update_loop():
|
||||||
global socket_thread
|
global socket_thread
|
||||||
while True:
|
while True:
|
||||||
if socket_thread is not None:
|
if socket_thread is not None:
|
||||||
try:
|
socket_thread.join()
|
||||||
socket_thread.join()
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
game_states = []
|
game_states = []
|
||||||
game_ids = iter(master_games_dic.copy().keys())
|
game_ids = iter(master_games_dic.copy().keys())
|
||||||
for game_id in game_ids:
|
for game_id in game_ids:
|
||||||
|
|
Loading…
Reference in a new issue