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

Remove useless statements

This commit is contained in:
Rnhmjoj 2014-12-03 20:58:36 +01:00
parent f74835f9ff
commit 92bf01bd10

View File

@ -500,22 +500,17 @@ def main():
"[f<links>]: Get files",
"[p] Print search results",
"[q] Quit", sep="\n")
continue
elif code == 'q':
print("User Cancelled.")
exit()
break
elif code == 'd':
print_descriptions(choices)
continue
elif code == 'f':
print_fileLists(choices)
continue
elif code == 'p':
print_search_results()
continue
elif not l:
print('No links entered!')
continue
else:
break
except Exception as e: