forgot to replace one occurence of sql_dir

This commit is contained in:
Sarah Hoffmann 2021-02-09 19:32:05 +01:00
parent 8ffd7d9243
commit de37dc9300

View File

@ -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: