From 3345ad1ac27a61f9c787c5609ef6d5d2e79f202d Mon Sep 17 00:00:00 2001 From: carnivuth Date: Tue, 3 Feb 2026 13:56:48 +0100 Subject: [PATCH] removed old default value --- src/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.py b/src/config.py index b98a750..b17df7e 100644 --- a/src/config.py +++ b/src/config.py @@ -42,7 +42,6 @@ class Config: # Database settings database_path: str = "data/krawl.db" database_retention_days: int = 30 - exports_path: str = "data/exports" # Analyzer settings http_risky_methods_threshold: float = None