chore: 1.50 title is down
This commit is contained in:
@@ -177,14 +177,6 @@ async fn main() -> Result<(), Box<dyn snafu::Error>> {
|
|||||||
human_readable_display(preview, human_readable)?;
|
human_readable_display(preview, human_readable)?;
|
||||||
}
|
}
|
||||||
Commands::Ping => {
|
Commands::Ping => {
|
||||||
let time = SystemTime::now();
|
|
||||||
let decoded: PingResp =
|
|
||||||
Sdgb1_50::request(&client, APIMethod::Ping, "", Ping {}).await?;
|
|
||||||
info!(
|
|
||||||
"sdgb 1.50 resp: {decoded}, {}ms",
|
|
||||||
time.elapsed().unwrap_or_default().as_millis()
|
|
||||||
);
|
|
||||||
|
|
||||||
let time = SystemTime::now();
|
let time = SystemTime::now();
|
||||||
let decoded: PingResp =
|
let decoded: PingResp =
|
||||||
Sdgb1_53::request(&client, APIMethod::Ping, "", Ping {}).await?;
|
Sdgb1_53::request(&client, APIMethod::Ping, "", Ping {}).await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user