Skip to content
Snippets Groups Projects
Commit 1a1742be authored by inso's avatar inso
Browse files

Fix #289

parent b882099d
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,8 @@ class Identity(QObject):
except errors.DuniterError as e:
if e.ucode in (errors.NO_MATCHING_IDENTITY, errors.NO_MEMBER_MATCHING_PUB_OR_UID):
logging.debug("Certifiers of error : {0}".format(str(e)))
except NoPeerAvailable as e:
logging.debug(str(e))
return False
async def is_member(self, community):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment