fix casacinemaInfo
This commit is contained in:
@@ -153,7 +153,7 @@ def render_items(itemlist, parent_item):
|
||||
|
||||
# Recorremos el itemlist
|
||||
for item in itemlist:
|
||||
logger.debug(item)
|
||||
# logger.debug(item)
|
||||
# Si el item no contiene categoria, le ponemos la del item padre
|
||||
if item.category == "":
|
||||
item.category = parent_item.category
|
||||
|
||||
Reference in New Issue
Block a user