diff --git a/pirate-get.py b/pirate-get.py index e930db0..dad3e33 100755 --- a/pirate-get.py +++ b/pirate-get.py @@ -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: