Skip to content

Commit

Permalink
Remove strange char
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Feb 25, 2019
1 parent 497ec4a commit 184b262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kucoin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ def get_full_order_book(self, symbol):
{
"sequence": "3262786978",
"bids": [
["6500.12", "0.45054140"], # [pricesize]
["6500.12", "0.45054140"], # [price size]
["6500.11", "0.45054140"]
],
"asks": [
Expand Down

0 comments on commit 184b262

Please sign in to comment.