Skip to content

Commit

Permalink
[fix][xs] Fixing the link
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem authored Dec 6, 2024
1 parent f8fd7ed commit a6bc589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Parser:

def download(self):
"""Download the data to the archive (cache)"""
nationwide = 'https://www.nationwidehousepriceindex.co.uk/download/uk-house-prices-since-1952'
nationwide = 'https://www.nationwidehousepriceindex.co.uk/download/uk-house-price-since-1952'
urllib.request.urlretrieve(nationwide, nationwide_archive_fp)
logger.info('Data downloaded to: %s', nationwide_archive_fp)

Expand Down Expand Up @@ -60,4 +60,4 @@ def fixup(series, decplaces=0):
if hasattr(p, action):
getattr(p, action)()
else:
parser.print_help()
parser.print_help()

0 comments on commit a6bc589

Please sign in to comment.