提交 d9abd887 编写于 作者: W WuHaobo

add advertisement

上级 7db40796
......@@ -84,7 +84,7 @@ def print_config(config):
Arguments:
config: configs
"""
logger.advertisement()
logger.advertise()
print_dict(config)
......
......@@ -71,7 +71,7 @@ def error(fmt, *args):
_logger.error(fmt, *args)
def advertisement():
def advertise():
"""
Show the advertising message like the following:
......
......@@ -108,4 +108,4 @@ def main(args):
if __name__ == '__main__':
args = parse_args()
main(args)
logger.advertisement()
logger.advertise()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册