From 19cd4199d468699634e3ae72b6ec7c5f55e47b25 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sat, 28 May 2022 18:15:55 +0800 Subject: [PATCH] =?UTF-8?q?v2.3.5=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E5=90=8D?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoBangumi/app/rename_qb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoBangumi/app/rename_qb.py b/AutoBangumi/app/rename_qb.py index 42974351..37049a95 100644 --- a/AutoBangumi/app/rename_qb.py +++ b/AutoBangumi/app/rename_qb.py @@ -54,7 +54,7 @@ class qBittorrentRename: def rename(self): if self.path_name != self.new_name: self.qbt_client.torrents_rename_file(torrent_hash=self.hash, old_path=self.path_name, new_path=self.new_name) - sys.stdout.write(f"[{time.strftime('%Y-%m-%d %X')}] {self.path_name} >> {self.new_name}") + sys.stdout.write(f"[{time.strftime('%Y-%m-%d %X')}] {self.path_name} >> {self.new_name}" + "\n") self.count += 1 else: return