mirror of
https://github.com/obsproject/obs-studio.git
synced 2025-12-28 07:55:01 +00:00
CI: Remove YouNow exclude from service checker
This commit is contained in:
parent
58264833c9
commit
536812753b
2
.github/scripts/utils.py/check-services.py
vendored
2
.github/scripts/utils.py/check-services.py
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user