fixed a bug with wrong reference to wavelog

kgb-logging
LA3QMA 2025-03-15 10:13:57 +01:00
parent 7fc72c6084
commit e698bcdcfc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def send_wavelog_qso_data(config, event_manager, wavelog_data):
data = {
"key": wavelog_api_key,
"station_profile_id": "1",
"type": "wavelog",
"type": "adif",
"string": wavelog_data
}