Update readme

This commit is contained in:
Joel Wachsler 2022-07-11 02:09:27 +00:00
parent 95368b58b3
commit fca26af9af

View File

@ -28,7 +28,7 @@ async fn main() -> Result<()> {
.send() .send()
.await?; .await?;
println!("{:#?}", &logs); println!("{:#?}", logs);
// current torrent info // current torrent info
let info = api.torrent_management().info().send().await?; let info = api.torrent_management().info().send().await?;