mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-30 07:45:54 -04:00
The method was silently ignored because __post__init__ (double underscores in the middle) is not a dataclass lifecycle hook. Rename to __post_init__ so the warning is emitted when response is set. Closes #245