Skip to content

Commit

Permalink
OmahaProxy: use endpoint used in official Chromium project (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 authored Mar 16, 2020
1 parent 586bec4 commit 0dd42bd
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 0dd42bd

Please sign in to comment.