From c4eecaf13a4f8f0a81dc278078727df23caa8411 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 16 Dec 2021 23:33:06 -0600 Subject: try to implement compression --- bot/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/main.rs') diff --git a/bot/src/main.rs b/bot/src/main.rs index f6a8d872..1041e765 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -5,6 +5,7 @@ async fn main() { println!("Hello, world!"); let address = "95.111.249.143:10000"; + // let address = "localhost:63482"; let _response = join_server(&address.try_into().unwrap()).await.unwrap(); // println!("{}", response.description.to_ansi(None)); println!("connected"); -- cgit v1.2.3