Skip to content

Commit

Permalink
Hotfix of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrenstein committed Apr 12, 2021
1 parent c24da43 commit 546f4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceCode/cryptodip_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(config_file: str, debug_mode: bool):
mongo_db_connection = "mongodb://bots:buythedip@bots-db:27017/"
else:
coinbase_pro_api_url = "https://api.pro.coinbase.com/"
mongo_db_connection = "mongodb://bots:buythedipbots-db:27017/"
mongo_db_connection = "mongodb://bots:buythedip@bots-db:27017/"
print("LOG: Starting bot...")
print("LOG: Monitoring %s to buy $%s worth when a %s%% dip occurs."
% (config_params[0], config_params[1], config_params[2]))
Expand Down

0 comments on commit 546f4fb

Please sign in to comment.