Update raylib_screenshots.py

Removed the parameter setting for 'sunnypilot_ui' in the test.
This commit is contained in:
James Vecellio-Grant
2025-11-21 21:08:07 -08:00
committed by GitHub
parent 6694928a46
commit 848290d07e

View File

@@ -294,7 +294,6 @@ def create_screenshots():
with OpenpilotPrefix():
params = Params()
params.put("DongleId", "123456789012345")
params.put_bool("sunnypilot_ui", True)
# Set branch name
params.put("UpdaterCurrentDescription", VERSION)