CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 269 forks source link

IndentationError: expected an indented block #9

Open awildfig opened 2 years ago

awildfig commented 2 years ago

Traceback (most recent call last): File "main.py", line 1, in from trade_client import * File "/home/nathan/binance/trade_client.py", line 4 """Converts the volume given in QUANTITY from USDT to the each coin's volume""" ^ IndentationError: expected an indented block

issue when running main.py

altchater commented 2 years ago

Looks like the function was over-indented. Here is a little fix #10.