mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-09 21:25:42 +00:00
Clean up a comment
This commit is contained in:
parent
88c20dbce0
commit
ef9c75f029
@ -64,7 +64,7 @@ def draw_fetch(flag_name: str, width: int = None):
|
||||
# Set the width of the flag relative to it's height
|
||||
width = width or round(len(flag) * 1.5 * 3)
|
||||
|
||||
# Print nothing for empty lines
|
||||
# Ensures nothing is printed for empty lines
|
||||
row_data.append("")
|
||||
|
||||
# Print a blank line to separate the flag from the terminal prompt
|
||||
|
Loading…
Reference in New Issue
Block a user