[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8d718e04ae
commit
7affa4dad4
|
@ -14,10 +14,10 @@ class Dictionary(dict):
|
||||||
return self.get(keyname, "settings.ini中没有找到对应的keyname")
|
return self.get(keyname, "settings.ini中没有找到对应的keyname")
|
||||||
|
|
||||||
|
|
||||||
class Conf(object):
|
class Conf:
|
||||||
'''
|
"""
|
||||||
ConfigParser二次封装,在字典中获取value
|
ConfigParser二次封装,在字典中获取value
|
||||||
'''
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# 设置conf.ini路径
|
# 设置conf.ini路径
|
||||||
|
|
Loading…
Reference in New Issue