From 32ff0823195e0fb161d7e671ed0c4d56309abf6f Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Jan 2026 15:56:15 +0000 Subject: [PATCH] remove unsued variable --- pandora/archive/cutdetection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora/archive/cutdetection.py b/pandora/archive/cutdetection.py index 10e63299..ff3c177d 100644 --- a/pandora/archive/cutdetection.py +++ b/pandora/archive/cutdetection.py @@ -62,7 +62,6 @@ def detect_cuts(path, seconds=True): first = True previous_frame = None cuts = [] - detect_cuts = True short_cut = None cut_frames = []