linted code
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user