Skip to content

Commit

Permalink
Fixed merged mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Aug 4, 2024
1 parent f2e9534 commit 7aee9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/strategy_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(self, api_client, config, logger):
for candle in response:
logger.info(f" > Closing price: {candle.base_close}")
except ApiException as e:
logger.exception(f"ApiException: HTTP {e.status_code}: {e.response}")Stashed changes:strategies/strategy_a.py
logger.exception(f"ApiException: HTTP {e.status_code}: {e.response}")

def execute(self, api_client, config, logger):
current_time = datetime.now()
Expand Down

0 comments on commit 7aee9ee

Please sign in to comment.