]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/cli.py
mostly remove php-cgi requirement
[nominatim.git] / nominatim / cli.py
index 4a8fe3e446cdfbf9f74d68d5d3d7659814d190e9..1029ee7a91247f693c75d990c2de46df7e35e3ef 100644 (file)
@@ -101,7 +101,6 @@ class CommandlineParser:
             self.parser.print_help()
             return 1
 
-        args.phpcgi_path = Path(kwargs['phpcgi_path'])
         args.project_dir = Path(args.project_dir).resolve()
 
         if 'cli_args' not in kwargs: