Skip to content

Commit

Permalink
We obviously want to try importing nsz and not nsp.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoboss committed Dec 2, 2023
1 parent fe4520c commit eb51c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsz.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import multiprocessing
multiprocessing.freeze_support()
try:
import nsp
import nsz
except ImportError:
path = pathlib.Path(__file__).resolve().parent.absolute()
sys.path.append(str(path))
Expand Down

0 comments on commit eb51c45

Please sign in to comment.