Update other channel properties too for a linked channel

This commit is contained in:
Logan Williams
2023-03-02 17:03:24 +01:00
parent 3a6905e9c1
commit d2db83ae93

View File

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