Skip to content

Commit

Permalink
提交,
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwangly2 committed Jan 18, 2025
1 parent 6ce7875 commit 1dd7585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import aiohttp

# 导入自己写的模块
from internal.format_output import clear_terminal, print_error, print_green
from internal.format_output import clear_terminal, print_error, print_green, print_info
from internal.functions import get_login_info
from internal.chat_thesaurus import while_msg
from internal.config import config
Expand All @@ -23,7 +23,7 @@ async def run_bot():
traceback.print_exc()
print_error("Creating websocket connection.")
return
print_green("WebSocket connection established successfully.")
print_info("WebSocket connection established successfully.")
await get_login_info(ws)
await while_msg(ws)

Expand Down

0 comments on commit 1dd7585

Please sign in to comment.