From 3e559fff25833465ec852701150cc01eaf800f90 Mon Sep 17 00:00:00 2001 From: xueweihan <595666367@qq.com> Date: Tue, 22 Nov 2022 16:57:37 +0800 Subject: [PATCH] update --- fetch_ips.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_ips.py b/fetch_ips.py index 4e8e46fcb..13ded41ab 100644 --- a/fetch_ips.py +++ b/fetch_ips.py @@ -163,8 +163,8 @@ def main(verbose=False) -> None: hosts_content = HOSTS_TEMPLATE.format(content=content, update_time=update_time) has_change = write_file(hosts_content, update_time) - if has_change: - write_json_file(content_list) + # if has_change: + # write_json_file(content_list) if verbose: print(hosts_content) print('End script.')