main.py 文件源码

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

项目:cloak-server 作者: encryptme 项目源码 文件源码
def get_config(path=None):
    # type: (str) -> RawConfigParser
    """
    Returns a ConfigParser with our current configuration.
    """
    if path is None:
        path = default_config_path()

    defaults = {
        'base_url': 'https://www.getcloak.com/',
    }

    config = RawConfigParser(defaults)
    config.read([path])

    if not config.has_section('serverapi'):
        config.add_section('serverapi')

    return config
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号