You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Folder Size Tagger/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -616,7 +616,7 @@ def main():
616
616
617
617
print(
618
618
f"{BackgroundColors.CLEAR_TERMINAL}{BackgroundColors.BOLD}{BackgroundColors.GREEN}Welcome to the {BackgroundColors.CYAN}Directory Size Appender{BackgroundColors.GREEN} program!{Style.RESET_ALL}",
619
-
end="\n\n",
619
+
end="\n",
620
620
) # Output the welcome message
621
621
622
622
start_time=datetime.datetime.now() # Get the start time of the program
Copy file name to clipboardExpand all lines: Folder Size Tagger/main_subdirs.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -795,7 +795,7 @@ def main():
795
795
796
796
print(
797
797
f"{BackgroundColors.CLEAR_TERMINAL}{BackgroundColors.BOLD}{BackgroundColors.GREEN}Welcome to the {BackgroundColors.CYAN}Directory Cleaner and Size Appender{BackgroundColors.GREEN} program!{Style.RESET_ALL}",
798
-
end="\n\n",
798
+
end="\n",
799
799
) # Output the welcome message
800
800
801
801
start_time=datetime.datetime.now() # Get the start time of the program
0 commit comments