cdechoch commited on
Commit
bb1e330
·
verified ·
1 Parent(s): e055c20

Update player_matcher.py

Browse files
Files changed (1) hide show
  1. player_matcher.py +2 -1
player_matcher.py CHANGED
@@ -120,4 +120,5 @@ def find_player_mentions(text):
120
  if player not in found:
121
  found[player] = [word]
122
 
123
- return found
 
 
120
  if player not in found:
121
  found[player] = [word]
122
 
123
+ return found
124
+