mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 13:54:07 +00:00
Changed phrase_settings.py to phrase-settings.json and added migration function for old php settings file.
This commit is contained in:
@@ -25,5 +25,5 @@ class ImportSpecialPhrases:
|
||||
if args.from_wiki:
|
||||
LOG.warning('Special phrases importation starting')
|
||||
with connect(args.config.get_libpq_dsn()) as db_connection:
|
||||
import_from_wiki(args.config, db_connection)
|
||||
import_from_wiki(args, db_connection)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user