From b5c74c12cd5530bd9121c26c3f43b90297759915 Mon Sep 17 00:00:00 2001 From: oscarz Date: Wed, 2 Jul 2025 18:12:07 +0800 Subject: [PATCH] modify scripts --- iafd/src/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iafd/src/fetch.py b/iafd/src/fetch.py index 728801b..63f59d2 100644 --- a/iafd/src/fetch.py +++ b/iafd/src/fetch.py @@ -314,7 +314,7 @@ def fetch_performers_detail_once(perfomers_list): if page_movies_cnt <= movies_cnt: movies_changed = False if not force: - logging.info(f"actor already update. skipping... person: ({person}), url: {url}") + logging.debug(f"actor already update. skipping... person: ({person}), url: {url}") last_performer_id = curr_id continue