|
|
@@ -42,7 +42,7 @@ def scrape_racingaustralia_main_page(row):
|
|
|
def scrape_racenet_main_page():
|
|
|
this_url = """https://www.racenet.com.au/updates/scratchings"""
|
|
|
this_data = _html.get_page(this_url)
|
|
|
- print(this_data[:50])
|
|
|
+ # print(this_data[:50])
|
|
|
json = _bs.get_racenet_json(this_data)
|
|
|
return json
|
|
|
|