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 4a30d51 commit 6ce7875
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 @@ -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)

Expand Down

0 comments on commit 6ce7875

Please sign in to comment.