Chnages
This commit is contained in:
@@ -841,8 +841,8 @@ def _append_flicker_log(ts: str, iteration: int, m: LPMetrics) -> None:
|
||||
|
||||
def _start_video() -> None:
|
||||
try:
|
||||
requests.put(VIDEO_URL, json={"action": "start"}, timeout=3)
|
||||
print(" VIDEO: kiosk player started.")
|
||||
requests.put(VIDEO_URL, json={"action": "start", "mode": "static-pink"}, timeout=3)
|
||||
print(" VIDEO: static-pink display started.")
|
||||
except Exception as e:
|
||||
print(f" WARNING: video start failed: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user