mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-30 07:45:54 -04:00
The key property had no fallback return when neither raw_timestamp nor wx_raw_timestamp was set, silently returning None. This causes KeyErrors when callers use the key as a dict key. Add an explicit fallback: return self.from_call. Closes #246