mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-09 09:59:51 +01:00
Add newline before printing
This commit is contained in:
parent
92bf01bd10
commit
764ba8d869
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user