From 989ef80d30b2b6177b3ee77f083af05c2591d5dd Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 8 Oct 2019 02:47:57 +0100 Subject: [PATCH] starting on adding some stats to the cutter --- cutter/cutter/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cutter/cutter/main.py b/cutter/cutter/main.py index 2b12f68..60745d6 100644 --- a/cutter/cutter/main.py +++ b/cutter/cutter/main.py @@ -20,7 +20,9 @@ from common.segments import get_best_segments, cut_segments, ContainsHoles from .youtube import Youtube - +videos_cut = prom.Counter( + 'videos_uploaded' +) # A list of all the DB column names in CutJob CUT_JOB_PARAMS = [ "category",