WIP
This commit is contained in:
parent
23e085b70d
commit
f2b6dbfadf
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ async fn get_tcbinfo(fmspc: Fmspc, update: Update) -> Value {
|
||||||
.text()
|
.text()
|
||||||
.await
|
.await
|
||||||
.expect("could not read https response");
|
.expect("could not read https response");
|
||||||
|
println!("{body}");
|
||||||
let tcbinfo: Value = serde_json::from_str(&body).expect("could not convert to JSON");
|
let tcbinfo: Value = serde_json::from_str(&body).expect("could not convert to JSON");
|
||||||
tcbinfo
|
tcbinfo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue