Skip to content

Commit

Permalink
fixed usdX bug in ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed May 12, 2019
1 parent 2111a0a commit e38e300
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ def init_all_currencies_prices_web_socket(self, time_frames, trader_pairs):
pass

def _adapt_symbol(self, symbol):
if "USD" in symbol and "USDT" not in symbol:
symbol += "T"

if "/" in symbol:
symbol = merge_symbol(symbol)

Expand Down

0 comments on commit e38e300

Please sign in to comment.