Fixed trouble with response conversion.

This commit is contained in:
Zloooy 2019-07-05 17:29:11 +03:00
parent e73965365e
commit 30c8f235fb

View File

@ -1,2 +1,2 @@
def response2status(response:"response") -> {"status"}:
return {"status":responce.status_code}
return {"status":response.status_code}