Skip to content

Commit

Permalink
Awesome config refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
donewiththedollar committed Mar 2, 2023
1 parent f266705 commit d7e73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot_inverse_debugmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def sendmessage(message):
botname = config.bot_name

exchange = ccxt.bybit(
{"enableRateLimit": True, "apiKey": config.api_key, "secret": config.api_secret}
{"enableRateLimit": True, "apiKey": config.exchange_api_key, "secret": config.exchange_api_secret}
)

parser = argparse.ArgumentParser(description="Scalper supports 6 modes")
Expand Down

0 comments on commit d7e73b5

Please sign in to comment.