Update iptv流畅度检测.py

This commit is contained in:
frxz751113
2024-08-19 10:02:29 +08:00
committed by GitHub
parent 68982bee7f
commit 42a2684d1c
+1 -1
View File
@@ -55,7 +55,7 @@ for keyword in keywords:
#将省份转成英文小写 #将省份转成英文小写
# 根据不同的 isp 设置不同的 org 值 # 根据不同的 isp 设置不同的 org 值
org = "Chinanet" org = "Chinanet"
others = '' others = ''
if isp == "电信" and province_en == "sichuang": if isp == "电信" and province_en == "sichuang":
org = "Chinanet" org = "Chinanet"
isp_en = "ctcc" isp_en = "ctcc"