summaryrefslogtreecommitdiff
path: root/examples/py-ja3-checker/py-ja3-checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py-ja3-checker/py-ja3-checker.py')
-rwxr-xr-xexamples/py-ja3-checker/py-ja3-checker.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/py-ja3-checker/py-ja3-checker.py b/examples/py-ja3-checker/py-ja3-checker.py
index d3db3b56e..cf455fbf1 100755
--- a/examples/py-ja3-checker/py-ja3-checker.py
+++ b/examples/py-ja3-checker/py-ja3-checker.py
@@ -10,7 +10,8 @@ import time
sys.path.append(os.path.dirname(sys.argv[0]) + '/../../dependencies')
sys.path.append(os.path.dirname(sys.argv[0]) + '/../share/nDPId')
-sys.path.append(os.path.dirname(sys.argv[0]) + '/../usr/share/nDPId')
+sys.path.append(os.path.dirname(sys.argv[0]))
+sys.path.append(sys.base_prefix + '/share/nDPId')
import nDPIsrvd
from nDPIsrvd import nDPIsrvdSocket