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:
parent
6444e98b59
commit
f5e5a5487a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user