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 e2155b1 commit 5e6fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setHosts_Classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e6fb27

Please sign in to comment.