add trustee field to qrz

Fixes #154
This commit is contained in:
Abigail Gold 2020-01-04 17:14:41 -05:00
parent 07fd9255e0
commit 5e33a6aca6
No known key found for this signature in database
GPG Key ID: CF88335E873C3FB4
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Added Trustee field to qrz command for club callsigns.
### Changed
- Changelog command to accept a version as argument.
- The qrz command can now link to a QRZ page instead of embedding the data with the `--link` flag.

View File

@ -167,6 +167,7 @@ def qrz_process_info(data: dict):
('Aliases', data.get('aliases', None)),
('Previous Callsign', data.get('p_call', None)),
('License Class', data.get('class', None)),
('Trustee', data.get('trustee', None)),
('eQSL?', eqsl),
('Paper QSL?', mqsl),
('LotW?', lotw),