Skip to content

Commit

Permalink
Update core_requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest authored Dec 7, 2024
1 parent 05630bc commit 93ebaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/core_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@cached(cache=TTLCache(maxsize=float('inf'), ttl=60*60*12))
def get_station_data() -> list[dict]:
r = requests.get('https://raw.githubusercontent.com/VATGER-Nav/datahub/main/data.json', headers=headers)
r = requests.get("https://raw.githubusercontent.com/VATGER-Nav/datahub/production/api/stations.json", headers=headers)
return r.json()


Expand Down

0 comments on commit 93ebaa9

Please sign in to comment.