From 5b9414259995e19fe598e47ba9b87b46a4a27ee0 Mon Sep 17 00:00:00 2001 From: carnivuth Date: Wed, 28 Jan 2026 13:27:37 +0100 Subject: [PATCH] linted code --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 99ab54f..0882188 100644 --- a/src/config.py +++ b/src/config.py @@ -187,7 +187,7 @@ class Config: canary_token_tries=canary.get("token_tries", 10), dashboard_secret_path=dashboard_path, probability_error_codes=behavior.get("probability_error_codes", 0), - exports_path = exports.get("path"), + exports_path=exports.get("path"), database_path=database.get("path", "data/krawl.db"), database_retention_days=database.get("retention_days", 30), http_risky_methods_threshold=analyzer.get(