This commit is contained in:
dsyoon
2025-08-09 17:14:23 +09:00
parent 1e8ce2d5f5
commit 822c242aa2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{ {
"BONK": "2025-08-07T07:44:02.345835", "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"
} }

View File

@@ -103,7 +103,6 @@ class MonitorStock (Monitor):
schedule.every().day.at("18:20").do(self.monitor_kr_stocks) schedule.every().day.at("18:20").do(self.monitor_kr_stocks)
schedule.every().day.at("07:10").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("Scheduler started. Stock Monitoring will run at specified times.")
print(f"Loaded cooldown data for {len(self.buy_cooldown)} coins")
while True: while True:
schedule.run_pending() schedule.run_pending()
time.sleep(1) time.sleep(1)