swann: try putting ee-scrape-data back again
This commit is contained in:
parent
73cbfc1a40
commit
21cc01f692
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def untime(n):
|
|||
|
||||
|
||||
def scrape_data():
|
||||
resp = requests.get("http://10.42.0.1/mbbstatus")
|
||||
resp = requests.get("http://add-on.ee.co.uk/mbbstatus")
|
||||
resp.raise_for_status()
|
||||
|
||||
soup = bs4.BeautifulSoup(resp.text, "html5lib")
|
||||
|
|
Loading…
Reference in a new issue