From d9d776692925c31ccddd0ee4ef0aaaf4a57ca0dd Mon Sep 17 00:00:00 2001 From: carnivuth Date: Sun, 22 Feb 2026 16:01:46 +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 d071192..502cf76 100644 --- a/src/config.py +++ b/src/config.py @@ -196,7 +196,7 @@ class Config: probability_error_codes=behavior.get("probability_error_codes", 0), exports_path=exports.get("path"), backups_path=backups.get("path"), - backups_enabled=backups.get("enabled",False), + backups_enabled=backups.get("enabled", False), backups_cron=backups.get("cron"), database_path=database.get("path", "data/krawl.db"), database_retention_days=database.get("retention_days", 30),