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

@@ -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)