diff options
| author | mat <github@matdoes.dev> | 2022-05-03 22:48:57 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-03 22:48:57 -0500 |
| commit | 18dc3a84d4b58a58085682cc97f1b52ffee5091c (patch) | |
| tree | d96d2cf7214398e10d7a3c96c09eae3063a46b22 /bot/src | |
| parent | c9878129274258a30dc3ee0ecbd064b4fcf9bc6e (diff) | |
| download | azalea-drasl-18dc3a84d4b58a58085682cc97f1b52ffee5091c.tar.xz | |
start adding bit storage
Diffstat (limited to 'bot/src')
| -rw-r--r-- | bot/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.rs b/bot/src/main.rs index 6a2d5959..504c8d41 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -5,7 +5,7 @@ async fn main() { println!("Hello, world!"); // let address = "95.111.249.143:10000"; - let address = "172.23.192.1:59152"; + let address = "172.23.192.1:65163"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
