Skip to content

Commit

Permalink
Fix execx import in openurl
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 31, 2022
1 parent 57bc4ed commit d6f6db5
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 @@ -2,7 +2,7 @@
# https://github.com/panda2134/open-python/blob/32a4b61b44302da185dcf6a72a48d1c726eb3e51/open_python/__init__.py
import sys

from plextraktsync.commands.self_update import execx
from plextraktsync.util.execx import execx


def openurl(url: str):
Expand Down

0 comments on commit d6f6db5

Please sign in to comment.