init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user