log source url
Build and Push Docker Images / build-and-push (push) Successful in 17s

This commit is contained in:
2025-04-16 21:42:47 +02:00
parent 9d2c87f574
commit dd82f28bdc
+1 -1
View File
@@ -25,7 +25,7 @@ def download_m3u8():
# Ensure the directory exists
os.makedirs(M3U8_DIR, exist_ok=True)
print(f"{datetime.now()} - Downloading M3U8 from source (timeout: {DOWNLOAD_TIMEOUT}s)")
print(f"{datetime.now()} - Downloading M3U8 from source {SOURCE_URL} (timeout: {DOWNLOAD_TIMEOUT}s)")
response = requests.get(SOURCE_URL, timeout=DOWNLOAD_TIMEOUT)
if response.status_code == 200: