diff --git a/monitor.py b/monitor.py index a614f96..140fe7e 100644 --- a/monitor.py +++ b/monitor.py @@ -163,7 +163,7 @@ class Monitor: self.buy_cooldown[symbol] = current_time self._save_buy_cooldown() - print(f"{KR_COINS[symbol]} ({symbol}): {data['Close'].iloc[-1]:.4f}: 매수 완료, 20분간 매수 금지 시작") + print(f"{KR_COINS[symbol]} ({symbol}) [{data['buy_signal'].iloc[-1]}], 현재가: {data['Close'].iloc[-1]:.4f}, 20분간 매수 금지 시작") try: pool = Pool(12) pool.map(self._send_coin_msg, [