From c9bf5cde851ff71cda43121695e13c767241ac33 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 28 Aug 2023 09:50:17 +0900 Subject: [PATCH] init --- HTS_Alert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_Alert.py b/HTS_Alert.py index 7139180..eb611de 100644 --- a/HTS_Alert.py +++ b/HTS_Alert.py @@ -35,7 +35,7 @@ class HTS_Alert : if code_index > 2: break - time.sleep(5) + time.sleep(60) return if __name__ == "__main__":