init
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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