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 7139938 commit 8575903
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 @@ -218,7 +218,7 @@ def get_formatted_output(text, fill_char=".", align_position=0.97):
len(main_text) - len(completion_mark) - 6
fill_count = max(0, fill_count)

filled_text = f"{main_text}{
filled_text = f"{main_text}{ \
fill_char * fill_count}{completion_mark}"
return f"[blue on green]{filled_text}[/blue on green]"
else:
Expand Down

0 comments on commit 8575903

Please sign in to comment.