chore: cleanup old comment lines

clean up older comment lines from old code base.
This commit is contained in:
2025-09-17 21:50:27 -04:00
committed by sbcrumb
parent cbfd21c4ee
commit b1c5c825f8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ NFOGuard will ignore:
## 🆘 Support ## 🆘 Support
- **Issues**: [GitHub Issues](https://github.com/sbcrumb/NFOguard/issues) - **Issues**: [GitHub Issues](https://github.com/sbcrumb/NFOguard/issues)
- **Documentation**: See `SETUP_GUIDE.md` for detailed instructions - **Documentation**: See `SETUP.md` for detailed instructions
- **Docker Hub**: [`sbcrumb/nfoguard`](https://hub.docker.com/r/sbcrumb/nfoguard) - **Docker Hub**: [`sbcrumb/nfoguard`](https://hub.docker.com/r/sbcrumb/nfoguard)
## 📄 License ## 📄 License
+1 -1
View File
@@ -122,7 +122,7 @@ If you have an existing `.env` with API keys:
version: '3.8' version: '3.8'
services: services:
nfoguard: nfoguard:
image: ghcr.io/your-org/nfoguard:latest image: sbcrumb/nfoguard:latest
container_name: nfoguard container_name: nfoguard
ports: ports:
- "8080:8080" - "8080:8080"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
Enhanced Sonarr API client extracted from media_date_cache.py Enhanced Sonarr API client for TV show metadata and episode management
""" """
import json import json
import time import time
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
NFOGuard - Consolidated webhook server for TV and Movie import date management NFOGuard - Automated NFO file management for Radarr and Sonarr
Replaces webhook_server.py and media_date_cache.py with modular architecture Modular architecture with webhook processing and intelligent date handling
""" """
import os import os
import json import json