formatting

This commit is contained in:
Michael Clemens 2023-02-09 17:48:05 +01:00
parent 857e79ca1f
commit ae2d250696
1 changed files with 2 additions and 2 deletions

View File

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