There was an error while loading. Please reload this page.
1 parent c86905f commit 21c4eb5Copy full SHA for 21c4eb5
1 file changed
bin/lib/images_engine.py
@@ -145,8 +145,10 @@ def _create_image_description():
145
for image in Images.get_all_images_objects():
146
api_get_image_description(image.get_global_id())
147
done += 1
148
- progress = int(done * 100 / total)
149
- print(f'{done}/{total} {progress}%')
+ print(done)
+ done += 1
150
+ # progress = int(done * 100 / total)
151
+ # print(f'{done}/{total} {progress}%')
152
153
154
if __name__ == '__main__':
0 commit comments