This commit is contained in:
user 2025-02-26 18:05:07 +03:00
parent 64341188e6
commit 71a6636549
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ async def s_api_v1_5_storage_get(request, file_hash):
make_log("uploader_v1.5", f"Received file retrieval request for hash: {file_hash}", level="INFO")
try:
file_hash = resolve_content(file_hash)[0].content_hash
file_hash = b58encode(resolve_content(file_hash)[0].content_hash).decode()
except:
pass