From beca6c809ebf73c256bd87c04780868734bb4507 Mon Sep 17 00:00:00 2001 From: Carol <947752894@qq.com> Date: Sat, 9 Sep 2023 22:28:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=BC=94=E5=91=98deta?= =?UTF-8?q?il=E4=BF=A1=E6=81=AF=E4=B8=8D=E5=AD=98=E5=9C=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmdb.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmdb.py b/tmdb.py index 0e03c6b..fc2f49c 100644 --- a/tmdb.py +++ b/tmdb.py @@ -117,9 +117,4 @@ class Tmdb: info_json["known_for_department"]) actor_data = json.dumps(actor_json) - print(actor_data) Make(xml_path=os.path.join(self.actor_path, "person.nfo"), data=actor_data).create() - # try: - # pass - # except Exception as e: - # self.log.logger.error("当前生成演员元数据NFO文件出现异常:{0}".format(e))