mirror of
https://github.com/searxng/searxng.git
synced 2025-02-20 12:20:04 +00:00
Compare commits
3 Commits
666cd1f635
...
a733761288
Author | SHA1 | Date | |
---|---|---|---|
|
a733761288 | ||
|
23d797ee6f | ||
|
9933155a2e |
File diff suppressed because it is too large
Load Diff
@ -215,4 +215,4 @@ if __name__ == '__main__':
|
|||||||
'tags': optimize_tags(get_tags()),
|
'tags': optimize_tags(get_tags()),
|
||||||
}
|
}
|
||||||
with open(get_osm_tags_filename(), 'w', encoding="utf8") as f:
|
with open(get_osm_tags_filename(), 'w', encoding="utf8") as f:
|
||||||
json.dump(result, f, indent=4, ensure_ascii=False)
|
json.dump(result, f, indent=4, ensure_ascii=False, sort_keys=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user