From a01d139bef0522ba318bb085962a72a355c31319 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Wed, 24 Aug 2022 15:35:08 +0200 Subject: [PATCH] Remove normalized_url column from channel creation --- sync_with_gsheet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sync_with_gsheet.py b/sync_with_gsheet.py index 04d9998..1c15fbe 100644 --- a/sync_with_gsheet.py +++ b/sync_with_gsheet.py @@ -34,6 +34,7 @@ def sync_channels(args, session): # add new channel if c["id"] == "" or c["id"] is None: del c["id"] + del c["normalized_url"] # check to see if this already exists, platform_id = None