From 21f1b279f7bcc5db9bd3526586c26b6149f18c15 Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setHosts=5FClassic.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setHosts_Classic.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setHosts_Classic.py b/setHosts_Classic.py index cb3cf95..f274f0b 100644 --- a/setHosts_Classic.py +++ b/setHosts_Classic.py @@ -122,9 +122,7 @@ def backup_hosts_file(hosts_file_path: str): backup_path = f"{hosts_file_path}.bak" shutil.copy(hosts_file_path, backup_path) rprint( - f"\n[blue]已备份 [underline]{ \ - hosts_file_path}[/underline] 到 [underline]{backup_path}[/underline][/blue]" - ) + f"\n[blue]已备份 [underline]{hosts_file_path}[/underline] 到 [underline]{backup_path}[/underline][/blue]") @staticmethod def write_readme_file(