Skip to content

Commit

Permalink
Merge pull request #837 from hammedb197/patch-1
Browse files Browse the repository at this point in the history
remove busd
  • Loading branch information
whittlem authored Mar 4, 2024
2 parents 7222d7c + 11f8411 commit 009be28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
IMAGE_NAME: pycryptobot
DOCKER_FILE: Dockerfile
DOCKER_BUILDKIT: 1
PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64
# PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 <-- build fails with: docker build . --platform "linux/arm/v7"
PLATFORM: linux/arm64,linux/amd64

jobs:
# Build and push image to GitHub Packages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Crypto Bot v8.2.2 (pycryptobot)
# Python Crypto Bot v8.2.3 (pycryptobot)

[![Docker](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg) [![Tests](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)

Expand Down
1 change: 0 additions & 1 deletion models/config/binance_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def parse_market(market):
"ETH",
"USDT",
"TUSD",
"BUSD",
"DAX",
"NGN",
"RUB",
Expand Down

0 comments on commit 009be28

Please sign in to comment.