diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-03 19:56:20 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-03 19:56:20 +0100 |
| commit | cd38f633c2730804f502cb5b0f461c79b906cd53 (patch) | |
| tree | 93fd19349e0f60ca4d8708ead9014a3cb9e9c50a /constants.py | |
| parent | 35b68e14162c722c3103f2a6168f0ab205e9c2c2 (diff) | |
| parent | 4264ced9fa14b689acc18169b2c1cae72d3ce667 (diff) | |
| download | fuelnearme-cd38f633c2730804f502cb5b0f461c79b906cd53.tar.gz fuelnearme-cd38f633c2730804f502cb5b0f461c79b906cd53.zip | |
merge: uv-migration into main
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/constants.py b/constants.py deleted file mode 100644 index bb57cb8..0000000 --- a/constants.py +++ /dev/null @@ -1,12 +0,0 @@ -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": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.45 (KHTML, like Gecko) Chrome/48.0.2094.221 Safari/602" -} |
