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 b018168 commit 7139938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ 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
Expand Down

0 comments on commit 7139938

Please sign in to comment.