1
0
Fork 0

utils/sync_demoddata_to_db: Fix method rename from display_payload to display_payload_hex

Fixes #702 (regression introduced in 3609e46b).

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/855/head
Fabian P. Schmidt 2019-12-31 20:48:01 +01:00
parent 834c7b67fe
commit a026edd36a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def sync_demoddata_to_db(frame_id):
params['locator'] = 'longLat'
params['longitude'] = ground_station.lng
params['latitude'] = ground_station.lat
params['frame'] = frame.display_payload().replace(' ', '')
params['frame'] = frame.display_payload_hex().replace(' ', '')
params['satnogs_network'] = 'True' # NOT a part of SiDS
apiurl = settings.DB_API_ENDPOINT