From f4e5a02de7a7b30a9a50b7a39029d80c19ccaa59 Mon Sep 17 00:00:00 2001 From: Xory Date: Sat, 6 Dec 2025 20:25:51 +0200 Subject: [PATCH] fix: import fix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4cda241..cff3dd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use futures_util::{SinkExt, stream::StreamExt}; use skylink::lib::logger::{LogLevel, log}; use skylink::{LOG_PATH, WS_URL}; -use skylink::{WsTx, eval_command, websockets::ping_job, websockets::reconnect_websocket}; +use skylink::{WsTx, eval_command, lib::websockets::websocket_handler, lib::websockets::reconnect_websocket}; use std::sync::Arc; use tokio::sync::Mutex; use tokio_tungstenite::tungstenite::protocol::Message;