Skip to content

Commit fdac256

Browse files
committed
improve information in logger statement
1 parent f7791d7 commit fdac256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/smithsonian_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def query_smithsonian(args, session):
128128
" API key is set in .env",
129129
1,
130130
)
131-
LOGGER.info("Fetch data from API")
131+
LOGGER.info("Fetch CC0 metrics and units from units from Smithsonain")
132132
url = "https://api.si.edu/openaccess/api/v1.0/stats"
133133
params = {"api_key": DATA_GOV_API_KEY}
134134
try:

0 commit comments

Comments
 (0)