diff --git a/coins_buy_time.json b/coins_buy_time.json index e53079a..14b8604 100644 --- a/coins_buy_time.json +++ b/coins_buy_time.json @@ -1,4 +1,5 @@ { "BONK": "2025-08-07T07:44:02.345835", - "APE": "2025-08-09T13:44:02.655890" + "APE": "2025-08-09T14:22:02.089619", + "PEPE": "2025-08-09T14:52:08.398420" } \ No newline at end of file diff --git a/monitor_stock.py b/monitor_stock.py index af5cc37..f2be755 100644 --- a/monitor_stock.py +++ b/monitor_stock.py @@ -103,7 +103,6 @@ class MonitorStock (Monitor): schedule.every().day.at("18:20").do(self.monitor_kr_stocks) schedule.every().day.at("07:10").do(self.monitor_kr_stocks) print("Scheduler started. Stock Monitoring will run at specified times.") - print(f"Loaded cooldown data for {len(self.buy_cooldown)} coins") while True: schedule.run_pending() time.sleep(1)