Skip to content
Snippets Groups Projects

[fix] #366 : Remove TyperError-inducing call to DuniterError

Merged atrax requested to merge atrax/silkaj:366_wrong_call_dunitererror into dev
+ 0
2
@@ -246,8 +246,6 @@ async def identity_of(pubkey_uid):
client = ClientInstance().client
try:
return await client(wot.identity_of, pubkey_uid)
except DuniterError as e:
raise DuniterError(e)
except ValueError as e:
pass
Loading