Skip to content

Commit

Permalink
remove binance
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Sep 20, 2024
1 parent 108b8fa commit 4dd152d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/passivbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2094,10 +2094,6 @@ def setup_bot(config):
from exchanges.bybit import BybitBot

bot = BybitBot(config)
elif user_info["exchange"] == "binance":
from exchanges.binance import BinanceBot

bot = BinanceBot(config)
elif user_info["exchange"] == "bitget":
from exchanges.bitget import BitgetBot

Expand Down

0 comments on commit 4dd152d

Please sign in to comment.