From 6a713993af724f5bf8dd3a14ac56c2d8c836340d Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 29 Oct 2022 18:49:11 +1100 Subject: [PATCH] fix another typo --- 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 75da68a..9c902f5 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -301,7 +301,7 @@ def update_row(ident, editor=None): "- {} [https://youtube.com/playlist?list={}]".format(playlist.name, playlist.playlist_id) for playlist in playlists ] - description lines.append('') # blank line before footer + description_lines.append('') # blank line before footer description_lines.append(app.description_footer) new_row['video_description'] += "\n\n" + "\n".join(description_lines)