mirror of
https://github.com/basicswap/basicswap.git
synced 2025-04-10 08:17:46 +00:00
parent
1f6ef7dfc7
commit
65cf6789a7
1 changed files with 2 additions and 0 deletions
|
@ -493,6 +493,8 @@ def importPubkey(gpg, pubkey_filename, pubkeyurls):
|
|||
return
|
||||
except Exception as e:
|
||||
logging.warning(f"Import from file failed: {e}")
|
||||
else:
|
||||
logger.warning(f"Public key file {pubkey_filename} not found locally.")
|
||||
|
||||
for url in pubkeyurls:
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue