reformat, remove sonarr event hook

This commit is contained in:
2025-06-01 00:55:34 -05:00
parent 0486a814e1
commit c55046c708
3 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import httpx
from config import SONARR_URL, SONARR_API_KEY, logger
from config import SONARR_API_KEY, SONARR_URL, logger
# Add a global semaphore for concurrency limiting
semaphore = None