formatting
This commit is contained in:
parent
857e79ca1f
commit
ae2d250696
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user