Encoding fixes
This commit is contained in:
parent
694a35cc3d
commit
24904752ab
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user