ctjacobs/pyqso

Callsign lookup fails when the callsign contains a "/" character

ctjacobs opened this issue · 1 comments

Callsigns that contain "/" characters are not handled properly when performing callsign lookups. Callsigns may need to be stripped of any suffix (e.g. "/M") and/or prefix before performing a callsign lookup.

This bug was reported by Paride Legovini.

Fixed in 7f6e5e7. I've added the option to ignore any prefixes or suffixes in the full callsign before performing a callsign lookup.