Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 9c719f5

Browse files
committed
Push one more campaign parameter - toDDM - to central Couch
1 parent 0247293 commit 9c719f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

campaignAPI.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def parseMongoCampaigns(campaigns, verbose=False):
111111
'SecondaryLocation': 'SecondaryLocation',
112112
'secondaries': 'Secondaries',
113113
'partial_copy': 'PartialCopy',
114+
'toDDM': 'TiersToDM',
114115
'maxcopies': 'MaxCopies'}
115116
# campaign schema dict
116117
confRec = {
@@ -122,6 +123,7 @@ def parseMongoCampaigns(campaigns, verbose=False):
122123
'SecondaryLocation': [],
123124
'Secondaries': {},
124125
'PartialCopy': 1,
126+
'TiersToDM': [],
125127
'MaxCopies': 1}
126128

127129
if not isinstance(campaigns, list):

0 commit comments

Comments
 (0)