zmirror.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:zmirror 作者: aploium 项目源码 文件源码
def load_ip_whitelist_file():
    """?????ip???"""
    set_buff = set()
    if os.path.exists(zmirror_root(human_ip_verification_whitelist_file_path)):
        with open(zmirror_root(human_ip_verification_whitelist_file_path), 'r', encoding='utf-8') as fp:
            set_buff.add(fp.readline().strip())
    return set_buff
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号