fix(api): fix NameError on out_path variable rename

Variable was renamed to out_path_raw but one reference was missed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-16 21:30:32 +01:00
parent 3622619ba4
commit 5ecb48c772

View File

@@ -2400,7 +2400,7 @@ def get_contacts_detailed_api():
'type': details.get('type'),
'flags': details.get('flags'),
'out_path_len': out_path_len,
'out_path': out_path,
'out_path': out_path_raw,
'last_advert': details.get('last_advert'),
'adv_lat': details.get('adv_lat'),
'adv_lon': details.get('adv_lon'),