fantaxy commited on
Commit
be1f47c
·
verified ·
1 Parent(s): 1636a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ s = sched.scheduler(time.time, time.sleep)
12
 
13
  # URL 리스트 (총 100개의 URL이 있다고 가정)
14
  urls = [
15
- "https://fantaxy-timer2.hf.space",
16
  "https://ginipick-gini-llm-chatbot-text.hf.space",
17
  "https://ginipick-gini-llm-chat-speech.hf.space",
18
  "https://ginipick-gini-llm-blog.hf.space",
@@ -66,7 +66,7 @@ def schedule_next_run():
66
 
67
  # 초기 실행
68
  logging.info("프로그램 시작")
69
- schedule_next_run()
70
 
71
  # 스케줄러 실행
72
  s.run()
 
12
 
13
  # URL 리스트 (총 100개의 URL이 있다고 가정)
14
  urls = [
15
+ "https://fantaxy-timer2.hf.space",
16
  "https://ginipick-gini-llm-chatbot-text.hf.space",
17
  "https://ginipick-gini-llm-chat-speech.hf.space",
18
  "https://ginipick-gini-llm-blog.hf.space",
 
66
 
67
  # 초기 실행
68
  logging.info("프로그램 시작")
69
+ check_all_urls() # 프로그램 시작 시 첫 번째 URL 체크를 실행
70
 
71
  # 스케줄러 실행
72
  s.run()