From 764ba8d869f6b44420c5929e1816f945eee710b5 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Wed, 3 Dec 2014 20:58:56 +0100 Subject: [PATCH] Add newline before printing --- pirate-get.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pirate-get.py b/pirate-get.py index 8400b02..014a3d7 100755 --- a/pirate-get.py +++ b/pirate-get.py @@ -470,7 +470,7 @@ def main(): # New input loop to support different link options while True: try: - l = input("Select link(s) (Type 'h' for more options" + l = input("\nSelect link(s) (Type 'h' for more options" "['q' to quit]): ") except KeyboardInterrupt : print("\nCancelled.") @@ -493,6 +493,7 @@ def main(): # Turn into list choices = l.split(",") # Act on option, if supplied + print("") if code == 'h': print("Options:", ": Download selected torrents",