Skip to content

Commit c23161d

Browse files
committed
update data_loader
1 parent ec86ec0 commit c23161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_loader/data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def load_items():
4141
try:
4242
feature["stac_extensions"] = []
4343
feature["stac_version"] = "1.0.0"
44-
feature["collection"] = "test-collection"
44+
feature["collection"] = collection
4545
resp = requests.post(
4646
f"{STAC_API_BASE_URL}/collections/{collection}/items", json=feature
4747
)

0 commit comments

Comments
 (0)