mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
Remove normalized_url column from channel creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user