This commit is contained in:
Administrator 2022-08-21 15:27:07 +03:00
parent 35958939f4
commit 486e4e1e7e

View File

@ -35,7 +35,7 @@ def get_bytes(num: int) -> bytes:
try:
return client.get_object(BUCKET_NAME, str(num)).data
except Exception as e:
print(e.with_traceback())
print(e.with_traceback(None))
return b''