swann: make ee-scape-data use the caddy proxy on kerrigan

This commit is contained in:
Luke Granger-Brown 2023-10-10 23:31:33 +00:00
parent 60a49c7037
commit dbb65cc740

View file

@ -49,7 +49,7 @@ def untime(n):
def scrape_data():
resp = requests.get("http://add-on.ee.co.uk/mbbstatus")
resp = requests.get("http://10.42.0.1/mbbstatus")
resp.raise_for_status()
soup = bs4.BeautifulSoup(resp.text, "html5lib")