Skip to content

Commit f6ca86d

Browse files
committed
Fix download functionality
1 parent 3f74d06 commit f6ca86d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/sdk/python/human_protocol_sdk/storage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ def download(key: str, private_key: bytes, public: bool = False) -> Dict:
172172
if is_url
173173
else download_from_storage(key=key, public=public)
174174
)
175-
content = download_from_storage(key=key, public=public)
176175
artifact = (
177176
crypto.decrypt(private_key, content)
178177
if crypto.is_encrypted(content) is True

0 commit comments

Comments
 (0)