From 15f4767f323ff5133bf1c3dd577bcf0513678eec Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 24 May 2025 10:58:59 +1000 Subject: [PATCH] fix another issue with the thing i yolo'd into prod --- cutter/cutter/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cutter/cutter/main.py b/cutter/cutter/main.py index 114b67d..e45de0c 100644 --- a/cutter/cutter/main.py +++ b/cutter/cutter/main.py @@ -136,6 +136,7 @@ class Cutter(object): self.stop = stop self.segments_path = segments_path self.tags = tags + self.uploader_explicit_only = uploader_explicit_only self.logger = logging.getLogger(type(self).__name__) self.refresh_conn()