From 7e0c415f834c49968273b8f5631d121a5e1192a9 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 18 Oct 2020 18:50:07 +1100 Subject: [PATCH] thrimshim: Add video tags column as required --- thrimshim/thrimshim/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrimshim/thrimshim/main.py b/thrimshim/thrimshim/main.py index 9eb188a..1e7405a 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -190,7 +190,7 @@ def update_row(ident, editor=None): state_columns = ['state', 'uploader', 'error', 'video_link'] #these have to be set before a video can be set as 'EDITED' non_null_columns = ['upload_location', 'video_start', 'video_end', - 'video_channel', 'video_quality', 'video_title', 'video_description'] + 'video_channel', 'video_quality', 'video_title', 'video_description', 'video_tags'] edit_columns = non_null_columns + ['allow_holes', 'uploader_whitelist'] #check vital edit columns are in new_row