Merge pull request #15 from JoelWachsler/feature/documentation
Add documentation
This commit is contained in:
commit
c80018819b
|
@ -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?;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user