From 1d74f6aa71468667d13c5839b4aaaa82dc6820fc Mon Sep 17 00:00:00 2001 From: Matthew Kobayashi Date: Sun, 7 Aug 2022 16:58:01 +1000 Subject: [PATCH] Bump user-agent version number --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index db079a2..e72bf52 100644 --- a/app.py +++ b/app.py @@ -22,7 +22,7 @@ apiURL = "https://projectzerothree.info/api.php?format=json" # Get current price data from the API and parse the JSON -apiResponse = requests.post(apiURL, headers={"User-Agent": "FuelHook v2.2.1"}) +apiResponse = requests.post(apiURL, headers={"User-Agent": "FuelHook v2.2.2"}) priceDataAPI = json.loads(apiResponse.text) # Get the prices and locations into variables