aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-14 11:20:33 -0500
committermat <github@matdoes.dev>2022-05-14 11:20:33 -0500
commit7c194fb245fac1c52fbb9e4ca042dd5c42d522b6 (patch)
treea17032b10e2aa0133a4c49dbe34dc45dbbb95b7a /bot
parent345cecf7afa84df2d5ecf075ecfb499e3fd10a55 (diff)
downloadazalea-drasl-7c194fb245fac1c52fbb9e4ca042dd5c42d522b6.tar.xz
remove some printlns
Diffstat (limited to 'bot')
-rw-r--r--bot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 2686636b..2f9fb9e6 100644
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -6,7 +6,7 @@ async fn main() {
println!("Hello, world!");
// let address = "95.111.249.143:10000";
- let address = "172.23.192.1:61385";
+ let address = "192.168.2.234:62840";
// let response = azalea_client::ping::ping_server(&address.try_into().unwrap())
// .await
// .unwrap();