Encoding fixes

This commit is contained in:
Marianpol 2020-03-10 13:10:29 +01:00
parent 694a35cc3d
commit 24904752ab
2 changed files with 8 additions and 8 deletions

View File

@ -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')

View File

@ -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')