From 0445ae49171cd8c4984ca2e91867c31381a2b109 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 12 Apr 2017 15:29:00 -0400 Subject: [PATCH] remove use of deprecated peer_info queued state in client.py --- bindings/python/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/python/client.py b/bindings/python/client.py index 10cd91ddb..d736fe198 100755 --- a/bindings/python/client.py +++ b/bindings/python/client.py @@ -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