aboutsummaryrefslogtreecommitdiffstats
path: root/fnme/constants.py
blob: 70aaaf316f611641eba7b226d5d304144a0c7f3d (plain)
1
2
3
4
5
6
7
8
9
10
ENDPOINT = "https://www.fuel-finder.service.gov.uk/internal/v1.0.2/csv/get-latest-fuel-prices-csv"

SORT_KV = {
    "e10": "e10_price",
    "e5": "e5_price",
    "b7s": "diesel_price",
    "distance": "distance",
}

HEADERS = {"User-Agent": "FuelNearMe"}
git.ajschof.me — hosted by ajschofield — powered by cgit