1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

Add newline before printing

This commit is contained in:
Rnhmjoj 2014-12-03 20:58:56 +01:00
parent 92bf01bd10
commit 764ba8d869

View File

@ -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:",
"<links>: Download selected torrents",