diff options
| author | mat <github@matdoes.dev> | 2022-04-30 17:55:18 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-30 17:55:18 -0500 |
| commit | cc70d80932269ca3d044224481ab46082e0a8449 (patch) | |
| tree | f527a5a29c2da91dc3dce06650b86f9970bae665 /bot | |
| parent | 7f9463320f75b4a754ef9f52da9a9fbb4f36fe56 (diff) | |
| download | azalea-drasl-cc70d80932269ca3d044224481ab46082e0a8449.tar.xz | |
gitignore flamegraph stuff
Diffstat (limited to 'bot')
| -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 89c23a6f..0b67cc44 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 = "localhost:58422"; + let address = "172.23.192.1:51015"; // let response = azalea_client::ping::ping_server(&address.try_into().unwrap()) // .await // .unwrap(); |
