From e6744c880a291d3bc315b871ed74577a785235e2 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Thu, 16 Jan 2014 12:40:56 -0500 Subject: [PATCH] terminate_campaign: pass location to edit_campaign. --- r2/r2/lib/promote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())