X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/992dde21cc051b895d8e5e98509c27edc4e3e304..66235147e52b54a90a144bbc03627bd1114caf72:/skins/getPhotosInfos.py diff --git a/skins/getPhotosInfos.py b/skins/getPhotosInfos.py index c5b00a7..3a55dcc 100755 --- a/skins/getPhotosInfos.py +++ b/skins/getPhotosInfos.py @@ -29,7 +29,7 @@ contentFilter = {'portal_type' : ['Photo'], 'sort_on' : sort_on, 'sort_order' : sort_order} batch = Batch(portfolio.listCatalogedContents(contentFilter=contentFilter), - batch_size, pho_start, orphan=5, quantumleap=1, b_start_str='pho_start') + batch_size, pho_start, quantumleap=1, b_start_str='pho_start') infos = []