]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/legacy_tokenizer.py
recreate word table when refreshing counts
[nominatim.git] / nominatim / tokenizer / legacy_tokenizer.py
index 1b68a494383bb72804d662b8bcdff8456b87c6db..2d28a8b29891623e72e7f8c2f0f7b7c9cafbd160 100644 (file)
@@ -210,7 +210,7 @@ class LegacyTokenizer(AbstractTokenizer):
             self._save_config(conn, config)
 
 
-    def update_statistics(self) -> None:
+    def update_statistics(self, _: Configuration) -> None:
         """ Recompute the frequency of full words.
         """
         with connect(self.dsn) as conn: