mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
promote.py whitespace.
This commit is contained in:
@@ -76,7 +76,6 @@ QUEUE_ALL = 'all'
|
||||
|
||||
PROMO_HEALTH_KEY = 'promotions_last_updated'
|
||||
|
||||
|
||||
def _mark_promos_updated():
|
||||
NamedGlobals.set(PROMO_HEALTH_KEY, time.time())
|
||||
|
||||
@@ -340,6 +339,7 @@ def new_campaign(link, dates, bid, cpm, sr):
|
||||
free_campaign(link, campaign, c.user)
|
||||
return campaign
|
||||
|
||||
|
||||
def free_campaign(link, campaign, user):
|
||||
auth_campaign(link, campaign, user, -1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user