Fix: update EXPORTS_DIR path to ensure correct directory structure (#61)

This commit is contained in:
Lorenzo Venerandi
2026-01-29 12:52:48 +01:00
committed by GitHub
parent e93bcb959a
commit a778262701

View File

@@ -22,7 +22,7 @@ TASK_CONFIG = {
"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")