summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author尹姜谊 <[email protected]>2024-01-26 16:56:26 +0800
committer尹姜谊 <[email protected]>2024-01-26 16:56:26 +0800
commitca307fa4aa8286060919170f103f06327549d8d4 (patch)
tree7c911c725f8d5826b3eeee2f13489c864c363412
parentc3deafcfb789f3f423432ef57aa59ec03f3d39dd (diff)
Fix: Windscrive server ip CANT FIND MODUAL
-rw-r--r--detection/vpnservices/windscribevpn_serverip.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/detection/vpnservices/windscribevpn_serverip.py b/detection/vpnservices/windscribevpn_serverip.py
index 7ccb497..2d21c06 100644
--- a/detection/vpnservices/windscribevpn_serverip.py
+++ b/detection/vpnservices/windscribevpn_serverip.py
@@ -6,9 +6,11 @@
# @Function:
import re
+import sys
+sys.path.append('..')
from statsmodels.datasets import check_internet
-from MariadbTool import MariadbUtil
+from tool.MariadbTool import MariadbUtil
from vpn_detector import VpnDetector