From 2d19eaef5c2b68cabbf05cc12480ed8703df8cd7 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 25 Aug 2014 16:54:23 +0700 Subject: a minor bug fix --- askbot/management/commands/askbot_award_badges.py | 1 + 1 file changed, 1 insertion(+) diff --git a/askbot/management/commands/askbot_award_badges.py b/askbot/management/commands/askbot_award_badges.py index 265eafce..b8a618f4 100644 --- a/askbot/management/commands/askbot_award_badges.py +++ b/askbot/management/commands/askbot_award_badges.py @@ -32,5 +32,6 @@ class Command(NoArgsCommand): context_object=vote.voted_post, timestamp=now ) + awarded_count += int(awarded) print 'Awarded %d badges' % awarded_count -- cgit v1.2.3-1-g7c22