Skip to content

Commit

Permalink
Amend source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz authored Nov 12, 2021
1 parent 957c3fe commit c99943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# This URL comes from:
# https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes
url = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_one.xml"
url = "https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml"

r = requests.get(url)
tree = etree.fromstring(r.content)
Expand Down

0 comments on commit c99943e

Please sign in to comment.