mirror of
https://github.com/ChronosX88/PyNesca.git
synced 2024-11-21 20:52:18 +00:00
Fixed trouble with response conversion.
This commit is contained in:
parent
e73965365e
commit
30c8f235fb
@ -1,2 +1,2 @@
|
||||
def response2status(response:"response") -> {"status"}:
|
||||
return {"status":responce.status_code}
|
||||
return {"status":response.status_code}
|
||||
|
Loading…
Reference in New Issue
Block a user