Skip to content

Commit

Permalink
更新 setHosts_Classic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 6, 2024
1 parent fc93265 commit 21f1b27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 21f1b27

Please sign in to comment.