def showSubCategories(categoryId): subCategories = lCacheFunction(getSubCategories, categoryId) for s in subCategories: addDir(s['name'], str(s['id']), 2, 'menu_logo.png') xbmcplugin.endOfDirectory(thisPlugin)