]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/setup.py
recreate word table when refreshing counts
[nominatim.git] / nominatim / clicmd / setup.py
index 3d212ff980994d7b6511bc234215e1d3201cdd5e..67ca5bb10200aa1d095212898122569009e23d49 100644 (file)
@@ -169,7 +169,7 @@ class SetupAll:
         tokenizer.finalize_import(args.config)
 
         LOG.warning('Recompute word counts')
-        tokenizer.update_statistics()
+        tokenizer.update_statistics(args.config)
 
         webdir = args.project_dir / 'website'
         LOG.warning('Setup website at %s', webdir)