mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Refactor of caching & data storage part 11 #118
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class Callsign:
|
||||
# Callsign as spotted
|
||||
call: str
|
||||
# "Home" call, i.e. with any prefixes and suffixes stripped off
|
||||
home_call: str
|
||||
home_call: str | None = None
|
||||
# Operator name
|
||||
name : str | None = None
|
||||
# QTH (location), free text
|
||||
|
||||
Reference in New Issue
Block a user