Skip to content

Commit 16a9d7d

Browse files
author
Kotsias, Panagiotis-Christos
committed
Status to int
1 parent c4a4e5a commit 16a9d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/utils/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def _get_content(response: requests.Response):
99
@staticmethod
1010
def get_status(response: requests.Response):
1111
c = ResponseParser._get_content(response)
12-
return c["status"]
12+
return int(c["status"])
1313

1414
@staticmethod
1515
def get_message(response: requests.Response):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy