forked from premiere/premiere-libtorrent
remove use of deprecated peer_info queued state in client.py
This commit is contained in:
parent
91838d8a65
commit
0445ae4917
|
@ -121,8 +121,6 @@ def print_peer_info(console, peers):
|
|||
id = 'waiting for handshake'
|
||||
elif p.flags & lt.peer_info.connecting:
|
||||
id = 'connecting to peer'
|
||||
elif p.flags & lt.peer_info.queued:
|
||||
id = 'queued'
|
||||
else:
|
||||
id = p.client
|
||||
|
||||
|
|
Loading…
Reference in New Issue