Files
Nominatim/packaging/nominatim-db/scripts/nominatim
Sarah Hoffmann f5755a7a82 remove code for setting osm2pgsql via config.lib_dir
With the internal osm2pgsql gone, configuration of the binary location
via settings is the only option left that makes sense.
2025-03-11 09:04:05 +01:00

6 lines
63 B
Python
Executable File

#!python3
from nominatim_db import cli
exit(cli.nominatim())