浏览代码

Update links.py

pull/3365/head
Murtaza rizvi 1年前
committed by GitHub
父节点
当前提交
094f039a2c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      scripts/validate/links.py

+ 1
- 3
scripts/validate/links.py 查看文件

@@ -179,9 +179,7 @@ def check_if_link_is_working(link: str) -> Tuple[bool, str]:
has_error = True
error_message = f'ERR:CLT: {code} : {link}'

except requests.exceptions.SSLError as error:
has_error = True
error_message = f'ERR:SSL: {error} : {link}'

except requests.exceptions.ConnectionError as error:
has_error = True


正在加载...
取消
保存