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

-0 option fixed

This commit is contained in:
mvpossum 2014-05-12 01:14:22 -03:00
parent 3efcf5a9eb
commit 479640dad1

View File

@ -222,7 +222,7 @@ def main():
if args.first:
print("Choosing first result");
choice = (0)
choices = [0]
else:
try:
l = raw_input("Select link(s): ")