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

fix bug opening magnet links

This commit is contained in:
Viktor Stanchev 2013-02-27 12:02:05 -05:00
parent 6444e98b59
commit f5e5a5487a

View File

@ -90,7 +90,7 @@ def main():
except Exception:
choice = None
if not choice == None:
webbrowser.open(mags[choice])
webbrowser.open(mags[choice][0])
else:
print "Cancelled."
else: