summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/auth.py b/askbot/auth.py
index 846445b4..2d8f5d43 100644
--- a/askbot/auth.py
+++ b/askbot/auth.py
@@ -111,7 +111,7 @@ def onUnFlaggedItem(post, user, timestamp=None):
flagged_user = post.author
flagged_user.receive_reputation(
- - askbot_settings.REP_LOSS_FOR_RECEIVING_FLAG
+ askbot_settings.REP_LOSS_FOR_RECEIVING_FLAG
)
flagged_user.save()