提交 d9abd887 编写于 作者: W WuHaobo

add advertisement

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