Skip to content

Commit

Permalink
Merge pull request #59 from geniusyield/clean-up
Browse files Browse the repository at this point in the history
Cleaning up
  • Loading branch information
4TT1L4 authored Aug 4, 2024
2 parents e8d5639 + e8f628a commit 8d76eaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 428 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.12.3
FROM python:${PYTHON_VERSION}-slim as base
FROM python:${PYTHON_VERSION}-slim AS base

# Prevents Python from writing pyc files.
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down Expand Up @@ -33,8 +33,6 @@ RUN CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_R
unzip /tmp/chromedriver.zip -d /usr/local/bin/ && \
rm /tmp/chromedriver.zip

--no-install-recommends

# Create a non-privileged user that the app will run under.
# See https://docs.docker.com/go/dockerfile-user-best-practices/
ARG UID=10001
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/combined_rsi_bollinger_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ def _initialize_strategy(self, api_client: Api) -> None:
self.logger.info(" > [OK] Initialized.")
self.logger.info("========================================================================")
self.initialized = True
self.last_candle = None
self.last_candle = None
Loading

0 comments on commit 8d76eaf

Please sign in to comment.