mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user