diff --git a/pyren/scen_ecri_paraminj1.py b/pyren/scen_ecri_paraminj1.py index f70b816..ea63623 100644 --- a/pyren/scen_ecri_paraminj1.py +++ b/pyren/scen_ecri_paraminj1.py @@ -314,7 +314,7 @@ def run( elm, ecu, command, data ): print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print injectorsInfoMessage print '*'*80 @@ -346,7 +346,7 @@ def run( elm, ecu, command, data ): clearScreen() print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print infoMessage print '*'*80 @@ -434,7 +434,7 @@ def run( elm, ecu, command, data ): clearScreen() print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print message2 print '*'*80 @@ -486,7 +486,7 @@ def run( elm, ecu, command, data ): print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 if button == 4: print get_message_by_id('55662') diff --git a/pyren/scen_ecri_paraminj2.py b/pyren/scen_ecri_paraminj2.py index 2306f07..4f47567 100644 --- a/pyren/scen_ecri_paraminj2.py +++ b/pyren/scen_ecri_paraminj2.py @@ -259,7 +259,7 @@ def run( elm, ecu, command, data ): print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print injectorsInfoMessage print '*'*80 @@ -291,7 +291,7 @@ def run( elm, ecu, command, data ): clearScreen() print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print infoMessage print '*'*80 @@ -376,7 +376,7 @@ def run( elm, ecu, command, data ): clearScreen() print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 print message print '*'*80 @@ -426,7 +426,7 @@ def run( elm, ecu, command, data ): print mainText print '*'*80 - print buttons[button] + print pyren_encode(buttons[button]) print '*'*80 if button == 4: print get_message_by_id('55662')