Skip to content

Commit

Permalink
prepare 2024 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Aug 30, 2024
1 parent 569ef37 commit db34706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py/nuts2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def download_from_url(url, outfile, timeout=50):
# Open the URL with a specified timeout
with urllib.request.urlopen(url, timeout=timeout) as response:
with open(outfile, 'wb') as out_file: out_file.write(response.read())
print("Download complete!")
except urllib.error.HTTPError as e:
print(f"HTTP Error: {e.code} - {e.reason}")
except urllib.error.URLError as e:
Expand Down

0 comments on commit db34706

Please sign in to comment.