Added a \n to quit message.

This commit is contained in:
2024-02-19 20:43:00 -05:00
parent 875b2b7324
commit 51201f26c2

View File

@@ -22,7 +22,7 @@ def main():
video_url = get_video_url()
video_download(video_url)
except KeyboardInterrupt:
print("Session ended by user.")
print("\nSession ended by user.")
except Exception as e:
print(f"{e}")