Skip to content

Commit

Permalink
Search current folder for discid.dll
Browse files Browse the repository at this point in the history
I will also test on Linux to see if it hinders non-Windows
Fixes JonnyJD#143
  • Loading branch information
jesus2099 authored Mar 26, 2023
1 parent 8975e75 commit c310d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions isrcsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
from optparse import OptionParser
from subprocess import Popen, PIPE, call

if sys.version_info >= (3,8):
os.add_dll_directory(os.getcwd())

try:
import discid
from discid import DiscError
Expand Down

0 comments on commit c310d72

Please sign in to comment.