From fa7a9bc102f79f157dbd33c6d10d595165b9d9cd Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 7 Feb 2019 16:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E6=92=AD=E5=B7=A5=E5=85=B7=EF=BC=9A?= =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=90=8D=E6=94=BE=E5=9C=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveDownloader.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/liveDownloader.py b/liveDownloader.py index fddd600..2cc9285 100644 --- a/liveDownloader.py +++ b/liveDownloader.py @@ -163,10 +163,8 @@ b = Bilibili() b.login(config["b_u"], config["b_p"]) if __name__ == "__main__": - name = "永恒de草薙" + name = config["l_u"] # name = "mini游戏解说" - if len(sys.argv) > 1: - name = sys.argv[1] print("西瓜直播录播助手 by JerryYan") api = downloader(name) print("进入", api.roomLiver, "的直播间")