hot fix
This commit is contained in:
parent
64341188e6
commit
71a6636549
|
|
@ -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")
|
make_log("uploader_v1.5", f"Received file retrieval request for hash: {file_hash}", level="INFO")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
file_hash = resolve_content(file_hash)[0].content_hash
|
file_hash = b58encode(resolve_content(file_hash)[0].content_hash).decode()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue