fix: Use environment variable directly for Sonarr API key #36
Reference in New Issue
Block a user
Delete Branch "sonarr-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Changed from config.sonarr_api_key to os.environ.get('SONARR_API_KEY', '') - Matches pattern used in tv_processor.py for Sonarr API access