Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
uJhin committed Feb 5, 2021
1 parent c2eddd7 commit 14b15be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upbit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def remaining_request(headers: dict) -> dict:
def future_extraction(http_future) -> dict:
resp = http_future.future.result()
remaining = HTTPFutureExtractor.remaining_request(resp.headers)
resp.raise_for_status()
return {
"remaining_request": remaining,
"result": resp.json()
Expand Down

0 comments on commit 14b15be

Please sign in to comment.