Skip to content

Commit

Permalink
Bump user-agent version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Aug 7, 2022
1 parent e7d4183 commit 1d74f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d74f6a

Please sign in to comment.