mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-18 08:26:15 +00:00
fix: [retro hunt] fix item iterator
This commit is contained in:
parent
dc9a8dfc25
commit
4d5c3f002b
1 changed files with 2 additions and 1 deletions
|
@ -526,6 +526,7 @@ def get_all_items_objects(filters={}):
|
|||
start_id = None
|
||||
i += 1
|
||||
for obj_id in all_items:
|
||||
if obj_id:
|
||||
yield Item(obj_id)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue