mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 16:25:35 +02:00
Bugfix: not loading certain key from env
This commit is contained in:
@@ -10,8 +10,8 @@ class General:
|
||||
|
||||
log_level: str = "INFO"
|
||||
test_run: bool = False
|
||||
ssl_verification: bool = True
|
||||
timer: float = 10.0
|
||||
ssl_verification: bool = True
|
||||
ignored_download_clients: list = []
|
||||
private_tracker_handling: str = "remove"
|
||||
public_tracker_handling: str = "remove"
|
||||
|
||||
@@ -11,6 +11,10 @@ CONFIG_MAPPING = {
|
||||
"TIMER",
|
||||
"SSL_VERIFICATION",
|
||||
"IGNORED_DOWNLOAD_CLIENTS",
|
||||
"PRIVATE_TRACKER_HANDLING",
|
||||
"PUBLIC_TRACKER_HANDLING",
|
||||
"OBSOLETE_TAG",
|
||||
"PROTECTED_TAG",
|
||||
],
|
||||
"job_defaults": [
|
||||
"MAX_STRIKES",
|
||||
|
||||
Reference in New Issue
Block a user