Fix typo
This commit is contained in:
parent
fbb5cd94e8
commit
c20226c187
@ -693,7 +693,7 @@ class TorrentManager(component.Component):
|
|||||||
return
|
return
|
||||||
# Set the tracker status for the torrent
|
# Set the tracker status for the torrent
|
||||||
if alert.message() != "Got peers from DHT":
|
if alert.message() != "Got peers from DHT":
|
||||||
tracker.set_tracker_status(_("Announce OK"))
|
torrent.set_tracker_status(_("Announce OK"))
|
||||||
|
|
||||||
# Check to see if we got any peer information from the tracker
|
# Check to see if we got any peer information from the tracker
|
||||||
if alert.handle.status().num_complete == -1 or \
|
if alert.handle.status().num_complete == -1 or \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user