Skip to content

Commit

Permalink
Fix spacing in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
willk authored and 0xdade committed May 7, 2024
1 parent d672d2a commit 72ecf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sephiroth/providers/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def _get_ranges(self):
azure_download_page = (
"https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519"
)
headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/112.0'
}
headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/112.0'
}
r = requests.get(azure_download_page, headers = headers)
soup = BeautifulSoup(r.content, "html.parser")
direct_link = soup.select_one(".failoverLink")["href"]
Expand Down

0 comments on commit 72ecf6a

Please sign in to comment.