Files
aprsd/tests
hemna 71d0cf5031 fix: WeatherPacket.key returns None when both timestamps absent (#265)
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
2026-08-28 15:48:02 -04:00
..
2025-12-09 17:20:23 -05:00
2026-01-06 18:57:54 -05:00
2025-12-09 17:20:23 -05:00
2026-01-05 17:00:03 -05:00