mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Move Display-like settings into Display panel, add input for grid locator and (not yet implemented) toggles for columns. #19
This commit is contained in:
@@ -179,7 +179,6 @@ def get_qrzcq_data_for_callsign(call):
|
||||
# Iterate in reverse order - see comments on the data structure itself
|
||||
for entry in reversed(QRZCQ_CALLSIGN_LOOKUP_DATA):
|
||||
if call.startswith(entry["prefix"]):
|
||||
print(call + " " + str(entry))
|
||||
return entry
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user