This commit is contained in:
dsyoon
2025-08-07 02:31:57 +09:00
parent 869a010a80
commit 605a31d3f0

View File

@@ -540,7 +540,5 @@ def run_schedule():
schedule.run_pending() schedule.run_pending()
time.sleep(1) time.sleep(1)
if __name__ == "__main__": if __name__ == "__main__":
#run_schedule() run_schedule()
monitor_coins()