Closed mbridak closed 4 hours ago
def lookup(self, call: str) -> dict:
"""
Lookup a call on QRZ
"""
logger.info("%s", call)
if self.session:
...
# insert brilliant code here.
return root.get("Callsign")
If there is no session root never gets defined.
fixed with PR #211
Not sure why yet. But it shouldn't be happening.