formatting

This commit is contained in:
Michael Clemens 2023-02-09 17:48:05 +01:00
parent 857e79ca1f
commit ae2d250696

View File

@ -44,10 +44,10 @@ class QRZ():
config['qrz.com'] = { config['qrz.com'] = {
'station_call': 'MYCALL', 'station_call': 'MYCALL',
'api_key': '1234-ABCD-1234-A1B2', 'api_key': '1234-ABCD-1234-A1B2',
'url': 'https://logbook.qrz.com/api'} 'url': 'https://logbook.qrz.com/api'}
config['general'] = { config['general'] = {
'api_key': 'API_KEY_FOR_THIS_API', 'api_key': 'API_KEY_FOR_THIS_API',
'install_path': '/log/' 'install_path': '/log/'
} }
with open(file_name, 'w') as configfile: with open(file_name, 'w') as configfile: