Skip to content

Commit

Permalink
less digits for remaining usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Dec 17, 2022
1 parent fb41365 commit 6bad1eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PieBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ def rebalance(pairs):
del buy_orders_data
del sell_orders_data
total_portfolio_value = get_portfolio_value(pairs, True)
print("Total portfolio value is {:.4f}USDT ({:.4f}stable)".format(total_portfolio_value, total_usdt_value))
print("Total portfolio value is {}USDT".format(total_portfolio_value))
print("Total portfolio value is {:.4f}USDT".format(total_portfolio_value))
gc.collect()

print(colored("Waiting to be called...", "cyan"))
Expand Down

0 comments on commit 6bad1eb

Please sign in to comment.