Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
edited web link
  • Loading branch information
jasonchanhku committed Mar 3, 2022
1 parent 2f911d3 commit aac00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -22,7 +22,7 @@

def scrape_data():
# set up page to extract table
data = requests.get("https://www.betmma.tips/mma_betting_favorites_vs_underdogs.php?Org=1")
data = requests.get("http://www.betmma.tips/mma_betting_favorites_vs_underdogs.php?Org=1")
soup = BeautifulSoup(data.text, 'html.parser')

# table with 98% width
Expand Down

0 comments on commit aac00e8

Please sign in to comment.