From 6ce78753e367d9f0e428b8f224ee4d74fd5a9846 Mon Sep 17 00:00:00 2001 From: xiwangly2 Date: Sat, 18 Jan 2025 14:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index c422224..da0b6ed 100644 --- a/main.py +++ b/main.py @@ -21,9 +21,9 @@ async def run_bot(): if config['debug']: import traceback traceback.print_exc() - print_error("Error: Creating websocket connection.") + print_error("Creating websocket connection.") return - print_green("Notice: WebSocket connection established successfully.") + print_green("WebSocket connection established successfully.") await get_login_info(ws) await while_msg(ws)