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;