test19
This commit is contained in:
@@ -614,7 +614,7 @@ if isinstance(cached_game_online, dict):
|
|||||||
col4_3.metric("TimeOuts", len(timeout1))
|
col4_3.metric("TimeOuts", len(timeout1))
|
||||||
col5_1.metric("TimeOuts", len(timeout2))
|
col5_1.metric("TimeOuts", len(timeout2))
|
||||||
|
|
||||||
if isinstance(cached_live_status, list) and cached_live_status:
|
if isinstance([cached_live_status], list) and cached_live_status:
|
||||||
foulsA = (cached_live_status["result"] or {}).get("foulsA")
|
foulsA = (cached_live_status["result"] or {}).get("foulsA")
|
||||||
foulsB = (cached_live_status["result"] or {}).get("foulsB")
|
foulsB = (cached_live_status["result"] or {}).get("foulsB")
|
||||||
if foulsA is not None:
|
if foulsA is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user