mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-18 16:36:13 +00:00
fix: [retro hunt] fix retro hunt resume
This commit is contained in:
parent
4ee8e057e1
commit
9432961465
1 changed files with 4 additions and 3 deletions
|
@ -80,10 +80,11 @@ class Retro_Hunt_Module(AbstractModule):
|
|||
self.nb_done = 0
|
||||
self.update_progress()
|
||||
|
||||
if last_obj_type:
|
||||
filters['start'] = f'{last_obj_subtype}:{last_obj_id}'
|
||||
last_obj_type = None
|
||||
|
||||
for obj_type in filters:
|
||||
if last_obj_type:
|
||||
filters['start'] = f'{last_obj_subtype}:{last_obj_id}'
|
||||
last_obj_type = None
|
||||
for obj in ail_objects.obj_iterator(obj_type, filters):
|
||||
self.obj = obj
|
||||
content = obj.get_content(r_type='bytes')
|
||||
|
|
Loading…
Add table
Reference in a new issue