From f6501ca6987bd8b45bf1fc4164868a56b2a79d5d Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 18 Oct 2019 22:39:16 +0800 Subject: [PATCH] Typo --- Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.py b/Common.py index 5ffb686..7e136b5 100644 --- a/Common.py +++ b/Common.py @@ -261,7 +261,7 @@ def appendError(obj): def loginBilibili(): res = b.login(config["b_u"], config["b_p"]) - appendOperation("登陆账号,结果为:["+res+"]") + appendOperation("登陆账号,结果为:[{}]".format(res)) class downloader(XiGuaLiveApi):