From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: location@lists.ipfire.org Subject: Re: [PATCH] location.in: fix search_networks() function call Date: Tue, 18 May 2021 11:31:48 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5825987163113377819==" List-Id: --===============5825987163113377819== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks. Merged. > On 16 May 2021, at 21:35, Peter M=C3=BCller wr= ote: >=20 > Fixes: #12617 >=20 > Signed-off-by: Peter M=C3=BCller > --- > src/python/location.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 =3D writer(sys.stdout, prefix=3Dcountry_code) >=20 > # Print all matching networks > - for n in db.search_networks(country_code=3Dcountry_code, family=3Dns.fa= mily): > + for n in db.search_networks(country_codes=3D[country_code], family=3Dns= .family): > f.write(n) >=20 > f.finish() > --=20 > 2.26.2 --===============5825987163113377819==--