Skip to content

Commit

Permalink
🔧 Minor parsing change
Browse files Browse the repository at this point in the history
  • Loading branch information
ironman5366 committed Feb 25, 2017
1 parent 266792c commit 5023461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/plugins/easter_eggs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def egg_hunt(event):
scores = [event["doc"].similarity(event["parse"](x)) for x in easter_eggs]
return max(scores) >= 0.97
return max(scores) >= 0.96

@subscribe({"name": "easter_eggs", "check": egg_hunt})
def egg(event):
Expand Down

0 comments on commit 5023461

Please sign in to comment.