init 900 python: i=0 for chapter in gallery.chapters: for img in gallery.chapters[chapter]: if not (image := gallery.chapters[chapter][img])._unlock: image._unlock = True i+=1 tmp = 0 for base_img in image._base_images: gallery.unlock(img, tmp) tmp += 1 if i > 0: print(f"Unlocked {i} entries.") else: print("No entries to unlock.")