Skip to content

Commit

Permalink
Adding a helpful print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jehangiramjad committed Feb 11, 2024
1 parent edcbced commit c8761c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def DownloadAndParseCsvs() -> None:
"""
dat = []
for indicator in indicators:
print("IND ODWNLIADING....")
print(f'DOWNLOADING: {indicator}....')
resp = urllib.request.urlopen(
f'http://api.worldbank.org/v2/country/all/indicator/{indicator}?source=2&downloadformat=csv'
)
Expand Down

0 comments on commit c8761c1

Please sign in to comment.