@@ -114,7 +114,7 @@ class PythonGnuPG(gnupg.GPG):
|
|||||||
result = super().import_keys(data)
|
result = super().import_keys(data)
|
||||||
if not result:
|
if not result:
|
||||||
log.error('Could not import key')
|
log.error('Could not import key')
|
||||||
log.error(result.results[0])
|
log.error(result)
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self.validate_key(data, str(jid)):
|
if not self.validate_key(data, str(jid)):
|
||||||
|
|||||||
Reference in New Issue
Block a user