We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ae20 commit d134e98Copy full SHA for d134e98
README.md
@@ -102,7 +102,7 @@ client.on('scrape', function (data) {
102
console.log('got a scrape response from tracker: ' + data.announce)
103
console.log('number of seeders in the swarm: ' + data.complete)
104
console.log('number of leechers in the swarm: ' + data.incomplete)
105
- console.log('number of total downloads of this torrent: ' + data.incomplete)
+ console.log('number of total downloads of this torrent: ' + data.downloaded)
106
})
107
```
108
0 commit comments