aboutsummaryrefslogtreecommitdiff
path: root/bot/src
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src')
-rwxr-xr-xbot/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs
index 011c7d0d..7d129478 100755
--- a/bot/src/main.rs
+++ b/bot/src/main.rs
@@ -2,8 +2,8 @@
async fn main() {
println!("Hello, world!");
- let address = "95.111.249.143:10000";
- // let address = "localhost:63482";
+ // let address = "95.111.249.143:10000";
+ let address = "localhost:52400";
// let response = azalea_client::ping::ping_server(&address.try_into().unwrap())
// .await
// .unwrap();