diff --git a/r2/r2/lib/promote.py b/r2/r2/lib/promote.py index aaa41877b..f548c26f6 100644 --- a/r2/r2/lib/promote.py +++ b/r2/r2/lib/promote.py @@ -314,7 +314,7 @@ def terminate_campaign(link, campaign): # NOTE: this will delete PromotionWeights after and including now.date() edit_campaign(link, campaign, dates, campaign.bid, campaign.cpm, sr, - campaign.priority) + campaign.priority, campaign.location) msg = 'terminated campaign %s (original end %s)' % (campaign._id, original_end.date())