From 939a417654183a2ac2766a25bdecc13575752e61 Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Wed, 22 Mar 2023 18:58:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(tiktok):=20=E5=8D=95=E4=B8=AA=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E4=B8=8D=E4=BD=BF=E7=94=A8=E5=A4=9A=E7=BA=BF=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TikTokCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TikTokCommand.py b/TikTokCommand.py index f497ff1..837db49 100644 --- a/TikTokCommand.py +++ b/TikTokCommand.py @@ -84,7 +84,7 @@ def main(): elif key_type == "aweme": datanew, dataraw = tk.getAwemeInfo(key) tk.awemeDownload(awemeDict=datanew, music=args.music, cover=args.cover, avatar=args.avatar, - savePath=args.path) + savePath=args.path, usingThread=False) elif key_type == "live": live_json = tk.getLiveInfo(key) if not os.path.exists(args.path):