We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9d6a6 commit d0f83c1Copy full SHA for d0f83c1
scripts/1-fetch/smithsonian_fetch.py
@@ -30,7 +30,7 @@
30
# Constants
31
API_DATA_GOV_TOKEN = os.getenv("API_DATA_GOV_TOKEN")
32
FILE_1_METRICS = os.path.join(PATHS["data_phase"], "smithsonian_1_metrics.csv")
33
-FILE_2_UNITS = os.path.join(PATHS["data_phase"], "smithsonian_1_units.csv")
+FILE_2_UNITS = os.path.join(PATHS["data_phase"], "smithsonian_2_units.csv")
34
HEADER_1_METRICS = [
35
"CC0_RECORDS",
36
"CC0_RECORDS_WITH_CC0_MEDIA",
0 commit comments