From e7d12120856db45c3fa051a331f49af1cb336b04 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Mon, 17 Oct 2022 20:16:58 -0400 Subject: [PATCH] fix typo --- sheetsync/sheetsync/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheetsync/sheetsync/main.py b/sheetsync/sheetsync/main.py index 1e66813..b212d00 100644 --- a/sheetsync/sheetsync/main.py +++ b/sheetsync/sheetsync/main.py @@ -366,7 +366,7 @@ class SheetSync(object): for row in rows: if len(row) != 5: continue - tags, _, name, playlist_id, show_in_desctiption = row + tags, _, name, playlist_id, show_in_description = row tags = self.column_parsers['tags'](tags) if not tags: continue