correct parameter name in query CLI

This commit is contained in:
marc tobias
2021-01-20 21:09:41 +01:00
parent ffc221a87f
commit f62c784102
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@ STRUCTURED_QUERY = (
('county', 'county'),
('state', 'state'),
('country', 'country'),
('postcalcode', 'postcode')
('postalcode', 'postcode')
)
EXTRADATA_PARAMS = (