diff --git a/setHosts_Classic.py b/setHosts_Classic.py index ba6c323..4d362f3 100644 --- a/setHosts_Classic.py +++ b/setHosts_Classic.py @@ -123,7 +123,7 @@ def backup_hosts_file(hosts_file_path: str): shutil.copy(hosts_file_path, backup_path) rprint( f"\n[blue]已备份 [underline]{ - hosts_file_path}[/underline] 到 [underline]{backup_path}[/underline][/blue]" + hosts_file_path}[/underline] 到 [underline]{backup_path}[/underline][/blue]" ) @staticmethod