Welcome Text Fix

This commit is contained in:
ebolam
2022-10-22 20:20:26 -04:00
parent 357c019f30
commit adf2b481c3
2 changed files with 3 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ model_menu = {
class Send_to_socketio(object):
def write(self, bar):
bar = bar.replace("\r", "").replace("\n", "")
bar = bar.replace("\r", "").replace("\n", "").replace(chr(0), "")
if bar != "":
logger.info(bar)
#print('\r' + bar, end='')