Fix: update EXPORTS_DIR path to ensure correct directory structure (#61)
This commit is contained in:
committed by
GitHub
parent
e93bcb959a
commit
a778262701
@@ -22,7 +22,7 @@ TASK_CONFIG = {
|
|||||||
"run_when_loaded": True,
|
"run_when_loaded": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORTS_DIR = "exports"
|
EXPORTS_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)), "exports")
|
||||||
OUTPUT_FILE = os.path.join(EXPORTS_DIR, "malicious_ips.txt")
|
OUTPUT_FILE = os.path.join(EXPORTS_DIR, "malicious_ips.txt")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user