Skip to content

Commit

Permalink
always soak up data into self.coins
Browse files Browse the repository at this point in the history
  • Loading branch information
Azulinho committed Jun 27, 2023
1 parent ce8f280 commit 6a14365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,6 @@ def process_line(
# TODO: rework this, generate a binance_data blob to pass to
# init_or_update_coin()
if symbol not in self.coins:
if symbol not in self.tickers:
return
if not symbol.endswith(self.cfg["PAIRING"]):
return

Expand Down

0 comments on commit 6a14365

Please sign in to comment.