From 536812753b9bb0cbd162dfd50b840be11a0db4cd Mon Sep 17 00:00:00 2001 From: Rodney Date: Sun, 14 Jul 2024 06:07:29 +0200 Subject: [PATCH] CI: Remove YouNow exclude from service checker --- .github/scripts/utils.py/check-services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/utils.py/check-services.py b/.github/scripts/utils.py/check-services.py index 4638411c3..401bb0261 100644 --- a/.github/scripts/utils.py/check-services.py +++ b/.github/scripts/utils.py/check-services.py @@ -14,7 +14,7 @@ from collections import defaultdict MINIMUM_PURGE_AGE = 9.75 * 24 * 60 * 60 # slightly less than 10 days TIMEOUT = 10 -SKIPPED_SERVICES = {"YouNow", "SHOWROOM", "Dacast"} +SKIPPED_SERVICES = {"SHOWROOM", "Dacast"} SERVICES_FILE = "plugins/rtmp-services/data/services.json" PACKAGE_FILE = "plugins/rtmp-services/data/package.json" CACHE_FILE = "other/timestamps.json"