mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	Merge pull request #1853 from return42/sort_osm_keys
[fix] update_osm_keys_tags.py: sort JSON dump
This commit is contained in:
		
						commit
						a733761288
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -215,4 +215,4 @@ if __name__ == '__main__':
 | 
			
		||||
        'tags': optimize_tags(get_tags()),
 | 
			
		||||
    }
 | 
			
		||||
    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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user