Update player_matcher.py
Browse files- 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 |
+
|