Skip to content

Commit

Permalink
Merge pull request #1178 from glensc/bugreport-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Nov 8, 2022
2 parents 1cba59f + 74e20f8 commit ff6e108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/util/openurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def openurl(url: str):
'darwin': 'open',
'win32': 'start',
}[sys.platform]
except IndexError:
except KeyError:
opener = 'xdg-open'

try:
Expand Down

0 comments on commit ff6e108

Please sign in to comment.