small typo on run.py (#33413)

old-commit-hash: a51b83b4d85be3fcf9b43bd0ac7c27449366710a
This commit is contained in:
Alexandre Nobuharu Sato
2024-08-30 20:39:14 -03:00
committed by GitHub
parent f81c369acd
commit 9f1d49ef32
+1 -1
View File
@@ -92,7 +92,7 @@ def setup_onroad_alert(click, pm: PubMaster, text1, text2, size, status=log.Cont
cs.alertText2 = text2
cs.alertSize = size
cs.alertStatus = status
cs.alertType = "test_onorad_alert"
cs.alertType = "test_onroad_alert"
pm.send('controlsState', dat)
def setup_onroad_alert_small(click, pm: PubMaster):