Skip to content

Commit

Permalink
log email address of users with unexpected english tolerance values, …
Browse files Browse the repository at this point in the history
…not just uid
  • Loading branch information
nissamai committed Apr 8, 2022
1 parent 3ac32aa commit 0239df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/model/trend.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def setUserLanguageTraits():

if value < 0 or value > 1:
print("UNEXPECTED value for EnglishTolerance: " + str(total))
print("UID " + str(uid) + " has en score " + str(en) + ". bi score: " + str(bi) + ". total: " + str(total))
print(profile.email + " has en score " + str(en) + ". bi score: " + str(bi) + ". total: " + str(total))
print(json.dumps(data))

Trend({
Expand Down

0 comments on commit 0239df5

Please sign in to comment.