From 4033fa35b4a8ee2b70fb0aa44e81455792fc5c68 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sat, 24 Jan 2015 21:46:14 +0100 Subject: [PATCH] Better network traversal to get community peering --- src/cutecoin/core/community.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cutecoin/core/community.py b/src/cutecoin/core/community.py index e96b8768..c60ae4b2 100644 --- a/src/cutecoin/core/community.py +++ b/src/cutecoin/core/community.py @@ -132,6 +132,8 @@ class Community(object): pass except TimeoutError: pass + except ValueError: + pass def peering(self): peers = [] -- GitLab