mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Welcome Text Fix
This commit is contained in:
@@ -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='')
|
||||
|
Reference in New Issue
Block a user