This commit is contained in:
anatoly@nspcc.ru 2020-12-04 15:34:06 +03:00
parent 208602d963
commit b5166662a4
2 changed files with 1 additions and 2 deletions

View file

@ -43,4 +43,4 @@ def get_via_http_gate(cid: str, oid: str):
with open(filename, "wb") as f:
shutil.copyfileobj(resp.raw, f)
del resp
return filename
return filename