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