Michael Tremer wrote: > Thanks. Merged. > >> On 16 May 2021, at 21:35, Peter Müller wrote: >> >> Fixes: #12617 >> >> Signed-off-by: Peter Müller >> --- >> src/python/location.in | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/python/location.in b/src/python/location.in >> index ad2ccf5..e02b4e8 100644 >> --- a/src/python/location.in >> +++ b/src/python/location.in >> @@ -506,7 +506,7 @@ class CLI(object): >> f = writer(sys.stdout, prefix=country_code) >> >> # Print all matching networks >> - for n in db.search_networks(country_code=country_code, family=ns.family): >> + for n in db.search_networks(country_codes=[country_code], family=ns.family): >> f.write(n) High time. I reported this already 1 April: https://lists.ipfire.org/pipermail/location/2021-April/000263.html -- --gv