From c19dce6e4e31f42021b7d32a5dc215654c1a29f6 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 10 Nov 2020 11:28:57 +0100 Subject: [PATCH] I forgot to add tags --- 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 e3fa3ff..34be873 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -194,7 +194,7 @@ def update_row(ident, editor=None): 'video_channel', 'video_quality', 'video_title', 'video_description', 'video_tags'] edit_columns = non_null_columns + ['allow_holes', 'uploader_whitelist'] sheet_columns = [ - 'sheet_name', 'event_start', 'event_end', 'category', 'description', 'notes' + 'sheet_name', 'event_start', 'event_end', 'category', 'description', 'notes', 'tags' ] #check vital edit columns are in new_row