starting on adding some stats to the cutter

pull/101/head
Christopher Usher 5 years ago
parent f9ce41ef32
commit 989ef80d30

@ -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",

Loading…
Cancel
Save