test12
This commit is contained in:
@@ -1556,6 +1556,7 @@ def render_loop(stop_event: threading.Event, out_name: str = "game"):
|
|||||||
Team_Both_Stat(state)
|
Team_Both_Stat(state)
|
||||||
Json_Team_Generation(state, who="team1")
|
Json_Team_Generation(state, who="team1")
|
||||||
Json_Team_Generation(state, who="team2")
|
Json_Team_Generation(state, who="team2")
|
||||||
|
atomic_write_json(state["result"]["live_status"], "live_status")
|
||||||
atomic_write_json(state["result"], out_name)
|
atomic_write_json(state["result"], out_name)
|
||||||
|
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
|||||||
Reference in New Issue
Block a user