summaryrefslogtreecommitdiff
path: root/detection/tool
diff options
context:
space:
mode:
author尹姜谊 <[email protected]>2024-01-24 17:33:22 +0800
committer尹姜谊 <[email protected]>2024-01-24 17:33:22 +0800
commit1ca6d08ccdee730fae3014f6ad73e5d6c6ee9f5b (patch)
tree1265e443440c36d9d6053f555318805b1969f258 /detection/tool
parent730df57c08fe887d3e26457133aec3ea08c97f0a (diff)
Add: windscribevpn plugin
Diffstat (limited to 'detection/tool')
-rw-r--r--detection/tool/Config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/detection/tool/Config.py b/detection/tool/Config.py
index ca23e5f..a5d2b19 100644
--- a/detection/tool/Config.py
+++ b/detection/tool/Config.py
@@ -9,12 +9,12 @@ import yaml
import os
import sys
-import LoggingTool
sys.path.append('..')
+from tool.LoggingTool import Logger
from tool.Functions import get_project_path
-logger = LoggingTool.Logger().getLogger()
+logger = Logger().getLogger()
class Config: