Skip to content

Commit eaf09dc

Browse files
committed
Fix quotes in team name
1 parent 6869af9 commit eaf09dc

File tree

1 file changed

+1
-0
lines changed
  • sportsbetting/bookmakers

1 file changed

+1
-0
lines changed

sportsbetting/bookmakers/pmu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def parse_pmu_html(soup):
7979
match = string.replace(" - ", "-")
8080
match = match.replace(" // ", " - ")
8181
match = match.replace("//", " - ")
82+
match = match.replace('"', '')
8283
elif "class" in line.attrs and "event-list-odds-list" in line["class"]:
8384
if any([live, is_rugby_13, series]):
8485
live = False

0 commit comments

Comments
 (0)