Remove obsolete API_VIERVIJFZES

This commit is contained in:
Michaël Arnauts 2023-01-16 18:23:30 +01:00
parent 7f61533c4a
commit be42bc6e1c

View File

@ -175,7 +175,6 @@ class Category:
class ContentApi: class ContentApi:
""" GoPlay Content API""" """ GoPlay Content API"""
SITE_URL = 'https://www.goplay.be' SITE_URL = 'https://www.goplay.be'
API_VIERVIJFZES = 'https://api.viervijfzes.be'
API_GOPLAY = 'https://api.goplay.be' API_GOPLAY = 'https://api.goplay.be'
def __init__(self, auth=None, cache_path=None): def __init__(self, auth=None, cache_path=None):