remove debug
This commit is contained in:
@@ -188,6 +188,10 @@ def _load_environment_files():
|
||||
# Load environment files at startup
|
||||
_load_environment_files()
|
||||
|
||||
# Add debug logging near where configuration is loaded
|
||||
print(f"DEBUG: Environment check - SONARR_ROOT_FOLDERS: {os.getenv('SONARR_ROOT_FOLDERS')}")
|
||||
print(f"DEBUG: Environment check - TV_PATHS: {os.getenv('TV_PATHS')}")
|
||||
|
||||
def _bool_env(name: str, default: bool) -> bool:
|
||||
v = os.environ.get(name)
|
||||
if v is None:
|
||||
|
||||
Reference in New Issue
Block a user