未验证 提交 0cc548ae 编写于 作者: 走神的阿圆's avatar 走神的阿圆 提交者: GitHub

fix command color bug on win10 (#784)

上级 bec06f5d
......@@ -151,6 +151,7 @@ def wait_until_live(args: ParseArgs):
def _run(args):
args = ParseArgs(**args)
os.system('')
info('\033[1;33mVisualDL %s\033[0m', __version__)
app = create_app(args)
threading.Thread(target=wait_until_live, args=(args,)).start()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册