diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-05 20:56:21 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-05 20:56:21 +0100 |
| commit | 8fa5fca8602a54e70313b916c6ce0337de6b2151 (patch) | |
| tree | 274f8fe40737f0b82c6319c5752fe7f5a34eff0a | |
| parent | 8a421b146874be801f924a95b601195cd0e485a5 (diff) | |
| download | fuelnearme-8fa5fca8602a54e70313b916c6ce0337de6b2151.tar.gz fuelnearme-8fa5fca8602a54e70313b916c6ce0337de6b2151.zip | |
use custom header for requests
| -rw-r--r-- | fnme/constants.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fnme/constants.py b/fnme/constants.py index bb57cb8..70aaaf3 100644 --- a/fnme/constants.py +++ b/fnme/constants.py @@ -7,6 +7,4 @@ SORT_KV = { "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" -} +HEADERS = {"User-Agent": "FuelNearMe"} |
