removed TUI and others
This commit is contained in:
+1
-1
@@ -900,7 +900,7 @@ def _extract_expected_alldebrid_key(config: Dict[str, Any]) -> Optional[str]:
|
||||
return expected_key
|
||||
|
||||
|
||||
def load_config(*, emit_summary: bool = True) -> Dict[str, Any]:
|
||||
def load_config(*, emit_summary: bool = False) -> Dict[str, Any]:
|
||||
global _CONFIG_CACHE, _LAST_SAVED_CONFIG, _CONFIG_SUMMARY_PENDING
|
||||
if _CONFIG_CACHE:
|
||||
if emit_summary and _CONFIG_SUMMARY_PENDING:
|
||||
|
||||
Reference in New Issue
Block a user