linted code

This commit is contained in:
carnivuth
2026-02-22 16:01:46 +01:00
parent d8220b2429
commit d9d7766929

View File

@@ -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),