Remove normalized_url column from channel creation

This commit is contained in:
Logan Williams
2022-08-24 15:35:08 +02:00
parent 4a17c3475d
commit a01d139bef

View File

@@ -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