Skip to content

Commit

Permalink
Merge pull request #16 from OskarHandmark/spelling
Browse files Browse the repository at this point in the history
fix spelling avg_excution_price
  • Loading branch information
scottjbarr authored Sep 12, 2017
2 parents b13d9c0 + 6730602 commit 03f7c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitfinex/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def delete_order(self, order_id):
json_resp = r.json()

try:
json_resp['avg_excution_price']
json_resp['avg_execution_price']
except:
return json_resp['message']

Expand Down Expand Up @@ -144,7 +144,7 @@ def status_order(self, order_id):
json_resp = r.json()

try:
json_resp['avg_excution_price']
json_resp['avg_execution_price']
except:
return json_resp['message']

Expand Down

0 comments on commit 03f7c71

Please sign in to comment.