Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
pretrehr committed Sep 5, 2021
1 parent ccc7cb3 commit 529a1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sportsbetting/bookmakers/netbet.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def parse_netbet(url):
valid_match = sport+"/" in line["href"]
link = line["href"]
competition = " - ".join(map(lambda x : x.replace("-", " ").title(), link.split("/")[2:4]))
print(competition)
elif "class" in line.attrs and "nb-event_datestart" in line["class"]:
date = list(line.stripped_strings)[0] + year
if "Auj." in date:
Expand Down

0 comments on commit 529a1b3

Please sign in to comment.