diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 687b9b3165..b8b10207ff 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -131,6 +131,7 @@ def _give_monthly_marseybux_task(): g.db.add(u) if u.admin_level or u.id in GUMROAD_MESSY: give_marseybux(u) + badge_grant(badge_id=20+u.patron, user=u, notify=False) elif u.email and u.is_activated and u.email.lower() in emails: data = {'access_token': GUMROAD_TOKEN, 'email': u.email} try: