Browse Source

一行日志

skyfffire 5 months ago
parent
commit
a2a622605e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      erc20_to_mexc.py

+ 2 - 0
erc20_to_mexc.py

@@ -717,6 +717,8 @@ class ArbitrageProcess:
 
                         self._set_state(self.STATE_TRANSFERRING_TO_CHAIN)
                         return
+                    else:
+                        logger.info(f"exchange_sell_amount{exchange_sell_amount}, asset_balance{asset_balance}, pending_amount{pending_amount}")
                 
                 logger.info(f"正在檢查快速提現條件...({waiting_times}/10)")
                 waiting_times = waiting_times - 1