update default product location

This commit is contained in:
Georg Sauthoff 2021-03-13 10:39:56 +01:00
parent ebb0fce5d0
commit 7219f4952f
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ def read_config(filenames):
def list_products(expr):
l = []
e = re.compile(expr, flags=re.IGNORECASE)
for k,v in inema.marke_products.items():
for k,v in inema.default_products.items():
if not e.search(v['name']):
continue
h = v