Update app.py
Browse files
app.py
CHANGED
|
@@ -150,12 +150,8 @@ def create_gradio_interface(monitor: URLMonitor):
|
|
| 150 |
if __name__ == "__main__":
|
| 151 |
# 配置监控URL列表
|
| 152 |
monitored_urls = [
|
| 153 |
-
'https://asfag654-sss.hf.space',
|
| 154 |
'https://asfag654-g.hf.space',
|
| 155 |
-
'https://asfag654-kk.hf.space',
|
| 156 |
'https://asfag654-t.hf.space',
|
| 157 |
-
'https://shegy-k.hf.space',
|
| 158 |
-
'https://sadg456-bo.hf.space',
|
| 159 |
'https://imluochen-sleepy.hf.space'
|
| 160 |
]
|
| 161 |
|
|
|
|
| 150 |
if __name__ == "__main__":
|
| 151 |
# 配置监控URL列表
|
| 152 |
monitored_urls = [
|
|
|
|
| 153 |
'https://asfag654-g.hf.space',
|
|
|
|
| 154 |
'https://asfag654-t.hf.space',
|
|
|
|
|
|
|
| 155 |
'https://imluochen-sleepy.hf.space'
|
| 156 |
]
|
| 157 |
|