fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-10-26 00:32:33 +00:00
committed by github-actions[bot]
parent 2de05df210
commit d38b278629
101 changed files with 324 additions and 291 deletions

View File

@@ -2,7 +2,8 @@ arch:
- aarch64
- amd64
codenotary: alexandrep.github@gmail.com
description: Automated Binance trading bot - Trade multiple cryptocurrencies. Buy
description:
Automated Binance trading bot - Trade multiple cryptocurrencies. Buy
low/sell high with Grid Trading. Integrated with TradingView technical analysis
devices:
- /dev/dri
@@ -68,9 +69,9 @@ devices:
- /dev/nvme2
environment:
BINANCE_REDIS_HOST: localhost
BINANCE_REDIS_PASSWORD: ''
BINANCE_REDIS_PORT: '6379'
PYTHONUNBUFFERED: '1'
BINANCE_REDIS_PASSWORD: ""
BINANCE_REDIS_PORT: "6379"
PYTHONUNBUFFERED: "1"
TRADINGVIEW_LOG_LEVEL: INFO
image: ghcr.io/alexbelgium/binance_trading_bot-{arch}
ingress: true