"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "9794da65780f5e4dcf1ba1b96a87f1afc0e54acc"
searx/data/engines_languages.json: sort json file (no content change)
To get meaningfull diffs, the json file has to be sorted. Before applying any
further content patch, the json file needs a inital sort (without changing any
content).
Sorted by::
import sys, json
with open('engines_languages.json') as f:
j = json.load(f)
with open('engines_languages.json', 'w') as f:
json.dump(j, f, indent=2, sort_keys=True)
Signed-off-by:
Markus Heiser <markus.heiser@darmarit.de>
Loading
Please register or sign in to comment