aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2026-05-05 20:56:21 +0100
committerAlex Schofield <git@ajschof.me>2026-05-05 20:56:21 +0100
commit8fa5fca8602a54e70313b916c6ce0337de6b2151 (patch)
tree274f8fe40737f0b82c6319c5752fe7f5a34eff0a
parent8a421b146874be801f924a95b601195cd0e485a5 (diff)
downloadfuelnearme-8fa5fca8602a54e70313b916c6ce0337de6b2151.tar.gz
fuelnearme-8fa5fca8602a54e70313b916c6ce0337de6b2151.zip
use custom header for requests
-rw-r--r--fnme/constants.py4
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"}
git.ajschof.me — hosted by ajschofield — powered by cgit