Merge pull request #15 from JoelWachsler/feature/documentation

Add documentation
This commit is contained in:
Joel Wachsler 2022-07-11 04:13:42 +02:00 committed by GitHub
commit c80018819b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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