This commit is contained in:
dsyoon
2025-08-04 09:16:41 +09:00
parent e3e7f7ecdb
commit 8f542085bc

View File

@@ -499,7 +499,6 @@ def monitor_coins():
return
def run_schedule():
monitor_coins()
# 코인 모니터링 스케줄 (매시간 1분, 11분, 21분, 31분, 41분, 51분)
for minute in [4, 14, 24, 34, 44, 54]: