Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tijptjik committed Oct 13, 2012
2 parents 5a2dc27 + 96d2567 commit 3858ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/score.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def score_user(email, text):

return userscore

def get_score(email):
return int( database.get_score(email) * words_in_language() )

def initialize_module():
global reference_wordlist
global sorted_reference_wordlist
Expand Down

0 comments on commit 3858ba5

Please sign in to comment.