mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-02-22 13:19:04 +00:00
fix wrong property in example
This commit is contained in:
parent
774ae20e0a
commit
d134e983a2
@ -102,7 +102,7 @@ client.on('scrape', function (data) {
|
|||||||
console.log('got a scrape response from tracker: ' + data.announce)
|
console.log('got a scrape response from tracker: ' + data.announce)
|
||||||
console.log('number of seeders in the swarm: ' + data.complete)
|
console.log('number of seeders in the swarm: ' + data.complete)
|
||||||
console.log('number of leechers in the swarm: ' + data.incomplete)
|
console.log('number of leechers in the swarm: ' + data.incomplete)
|
||||||
console.log('number of total downloads of this torrent: ' + data.incomplete)
|
console.log('number of total downloads of this torrent: ' + data.downloaded)
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user