Przeglądaj źródła

CI: Remove YouNow exclude from service checker

Rodney 1 rok temu
rodzic
commit
536812753b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/scripts/utils.py/check-services.py

+ 1 - 1
.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
 MINIMUM_PURGE_AGE = 9.75 * 24 * 60 * 60  # slightly less than 10 days
 TIMEOUT = 10
 TIMEOUT = 10
-SKIPPED_SERVICES = {"YouNow", "SHOWROOM", "Dacast"}
+SKIPPED_SERVICES = {"SHOWROOM", "Dacast"}
 SERVICES_FILE = "plugins/rtmp-services/data/services.json"
 SERVICES_FILE = "plugins/rtmp-services/data/services.json"
 PACKAGE_FILE = "plugins/rtmp-services/data/package.json"
 PACKAGE_FILE = "plugins/rtmp-services/data/package.json"
 CACHE_FILE = "other/timestamps.json"
 CACHE_FILE = "other/timestamps.json"