ruff fixes

This commit is contained in:
Ian Renton
2026-09-18 18:38:35 +01:00
parent 40033d122e
commit 1a1743d11c
18 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class QRZ(APIQueryCallsignDataProvider):
logger.debug("QRZ.com login details incorrect, failed to look up with QRZ.")
return None
except Exception:
logger.error("Exception when getting QRZ.com session key")
logger.exception("Exception when getting QRZ.com session key")
return None
if not session_key: