Optimize read only mode

This commit is contained in:
warproxxx
2025-06-22 10:15:07 -07:00
parent 9b327f451e
commit dacee40482
2 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ async def perform_trade(market):
# send_sell_order(order)
except Exception as ex:
print(f"Error performing trade for {market}")
print(f"Error performing trade for {market}: {ex}")
traceback.print_exc()
# Clean up memory and introduce a small delay