From 605a31d3f04784c3586958ccbbf53d9b56d9f24b Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 7 Aug 2025 02:31:57 +0900 Subject: [PATCH] init --- stock_monitor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stock_monitor.py b/stock_monitor.py index baf0153..745aa27 100644 --- a/stock_monitor.py +++ b/stock_monitor.py @@ -540,7 +540,5 @@ def run_schedule(): schedule.run_pending() time.sleep(1) - if __name__ == "__main__": - #run_schedule() - monitor_coins() \ No newline at end of file + run_schedule()