better error

This commit is contained in:
j 2026-02-01 23:27:43 +01:00
commit 191d7f8466

View file

@ -1619,7 +1619,7 @@ def process_reshoot_firstframe(character='P1', age=None, l=None):
print('>> skip', item)
continue
if item.sort.duration > 12:
print("only up to 12 second for single shot")
print('>> skip', item, "only up to 12 second for single shot")
pass
#reshoot_item_segments(item, character)
else: