mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
forgot to replace one occurence of sql_dir
This commit is contained in:
parent
8ffd7d9243
commit
de37dc9300
@ -57,7 +57,7 @@ class UpdateRefresh:
|
||||
if args.word_counts:
|
||||
LOG.warning('Recompute frequency of full-word search terms')
|
||||
conn = connect(args.config.get_libpq_dsn())
|
||||
refresh.recompute_word_counts(conn, args.data_dir)
|
||||
refresh.recompute_word_counts(conn, args.sqllib_dir)
|
||||
conn.close()
|
||||
|
||||
if args.address_levels:
|
||||
|
Loading…
Reference in New Issue
Block a user