summaryrefslogtreecommitdiff
path: root/searx/engines/bing_news.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-01 07:56:46 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-01 07:56:46 +0100
commit40843fe95ada52bc8791b4706392bda5afecf32e (patch)
treec7e128a721de44e6854136505bf2673c1b76bd0e /searx/engines/bing_news.py
parent2f6f9665a9fc6a1464ab07cb4ec848e2d28ee700 (diff)
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>
Diffstat (limited to 'searx/engines/bing_news.py')
0 files changed, 0 insertions, 0 deletions