Spaces:
Running
Running
修改了 interval
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def subscribe_mixin(content: str) -> str:
|
|
48 |
"type": "url-test",
|
49 |
"proxies": matching_proxies,
|
50 |
"url": "http://www.gstatic.com/generate_204",
|
51 |
-
"interval":
|
52 |
}
|
53 |
|
54 |
# 3. 将新的 proxy-group 添加到 proxy-groups 数组
|
|
|
48 |
"type": "url-test",
|
49 |
"proxies": matching_proxies,
|
50 |
"url": "http://www.gstatic.com/generate_204",
|
51 |
+
"interval": 7200
|
52 |
}
|
53 |
|
54 |
# 3. 将新的 proxy-group 添加到 proxy-groups 数组
|