Skip to content

Commit

Permalink
Merge branch 'master' of github.com:twkrol/vergrabber
Browse files Browse the repository at this point in the history
  • Loading branch information
twkrol committed Apr 20, 2020
2 parents a8a1f5d + 0dd42bd commit 46ba0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def getEditions(template):
template.stable = True

#Looking for releases
response = requests.get(url="https://omahaproxy.appspot.com/all.json")
response = requests.get(url="https://omahaproxy.appspot.com/json")
data = response.json()

#Looking releases
Expand Down

0 comments on commit 46ba0b7

Please sign in to comment.