mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
100 stars 24 forks source link

cannot open bandmap window #75

Closed rolnas closed 8 months ago

rolnas commented 8 months ago

Describe the bug Cannot open bandmap window. In console output I see some traceback with Syntax error. This traceback leads to line logger.debug(f"vfo value error {packet.get("vfoa")}") which I changed to logger.debug(f"vfo value error {packet.get('vfoa')}") and it started to work as expected.

mbridak commented 8 months ago

Thanks I'll fix it.