We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbca57 commit 603d88aCopy full SHA for 603d88a
1 file changed
src/steamship/utils/repl.py
@@ -85,7 +85,7 @@ def print_object(
85
output = block.content_url
86
else:
87
block.set_public_data(True)
88
- output = block.raw_data_url
+ output = f"{self.client.config.api_base}block/{block.id}/raw"
89
if output:
90
self.print_string(output, metadata)
91
0 commit comments