mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-29 23:35:35 -04:00
The key in the stats dictionary was misspelled 'loging_queue' (single g). Callers reading stats['logging_queue'] would get a KeyError. Closes #247