summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/management/commands/askbot_award_badges.py1
1 files changed, 1 insertions, 0 deletions
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