Skip to content

Commit 603d88a

Browse files
authored
Properly show multimodal links in CLI (#495)
1 parent 6cbca57 commit 603d88a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steamship/utils/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def print_object(
8585
output = block.content_url
8686
else:
8787
block.set_public_data(True)
88-
output = block.raw_data_url
88+
output = f"{self.client.config.api_base}block/{block.id}/raw"
8989
if output:
9090
self.print_string(output, metadata)
9191

0 commit comments

Comments
 (0)