tb
This commit is contained in:
parent
35958939f4
commit
486e4e1e7e
@ -35,7 +35,7 @@ def get_bytes(num: int) -> bytes:
|
|||||||
try:
|
try:
|
||||||
return client.get_object(BUCKET_NAME, str(num)).data
|
return client.get_object(BUCKET_NAME, str(num)).data
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e.with_traceback())
|
print(e.with_traceback(None))
|
||||||
return b''
|
return b''
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user