mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-11 21:08:34 +03:00
Update other channel properties too for a linked channel
This commit is contained in:
@@ -156,6 +156,9 @@ class ETLController:
|
||||
logger.info(f"Updating source to linked channel")
|
||||
instance.source = obj.source
|
||||
instance.notes = obj.notes
|
||||
instance.category = obj.category
|
||||
instance.country = obj.country
|
||||
instance.influencer = obj.influencer
|
||||
session.flush()
|
||||
session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user