Чистка

This commit is contained in:
sasha80
2025-02-06 14:53:30 +03:00
parent 2d0e05adb9
commit bd3c2bf508

View File

@@ -81,7 +81,6 @@ func _on_request_rtr_request_completed(result, _response_code, headers, body: Pa
map_value_to_item(json_parser.data, child, 'value1')
map_error_codes_to_item(json_parser.data, child, 'state', 0)
for child in bort_rtr.get_children():
print('\"%s\"' % child.tooltip_text)
map_value_to_item(json_parser.data, child, 'value0')
map_value_to_item(json_parser.data, child, 'value1')
map_error_codes_to_item(json_parser.data, child, 'state', 0)