X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c4928c646df3b4ff1409358c2e34b9883d600d39..2bd6c761b0e573189a03e8819c6db715eb711eb1:/nominatim/tools/exec_utils.py diff --git a/nominatim/tools/exec_utils.py b/nominatim/tools/exec_utils.py index 4e6afdc2..610e2182 100644 --- a/nominatim/tools/exec_utils.py +++ b/nominatim/tools/exec_utils.py @@ -47,8 +47,8 @@ def run_legacy_script(script: StrPath, *args: Union[int, str], def run_api_script(endpoint: str, project_dir: Path, extra_env: Optional[Mapping[str, str]] = None, - phpcgi_bin: Optional[str] = None, - params: Optional[Mapping[str, str]] = None) -> int: + phpcgi_bin: Optional[Path] = None, + params: Optional[Mapping[str, Any]] = None) -> int: """ Execute a Nominatim API function. The function needs a project directory that contains the website