mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-25 12:24:20 +01:00
fix bug opening magnet links
This commit is contained in:
parent
6444e98b59
commit
f5e5a5487a
@ -90,7 +90,7 @@ def main():
|
|||||||
except Exception:
|
except Exception:
|
||||||
choice = None
|
choice = None
|
||||||
if not choice == None:
|
if not choice == None:
|
||||||
webbrowser.open(mags[choice])
|
webbrowser.open(mags[choice][0])
|
||||||
else:
|
else:
|
||||||
print "Cancelled."
|
print "Cancelled."
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user