remove unsued variable

This commit is contained in:
j 2026-01-15 15:56:15 +00:00
commit 32ff082319

View file

@ -62,7 +62,6 @@ def detect_cuts(path, seconds=True):
first = True first = True
previous_frame = None previous_frame = None
cuts = [] cuts = []
detect_cuts = True
short_cut = None short_cut = None
cut_frames = [] cut_frames = []