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 912a6fd commit fc93265
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 @@ -122,7 +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]{\
f"\n[blue]已备份 [underline]{ \
hosts_file_path}[/underline] 到 [underline]{backup_path}[/underline][/blue]"
)

Expand Down

0 comments on commit fc93265

Please sign in to comment.