Skip to content

Commit 751ddb2

Browse files
committed
Fix stac client issue
1 parent 37c3447 commit 751ddb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leafmap/stac.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ def stac_client(
12081208
stac_io,
12091209
**kwargs,
12101210
)
1211-
return client
1211+
return client, client.id
12121212

12131213
except Exception as e:
12141214
print(e)

0 commit comments

Comments
 (0)