This commit is contained in:
deathbybandaid 2020-12-05 14:04:37 -05:00
parent b132045ae4
commit f9336c76ec

View File

@ -7,7 +7,7 @@ class OriginEPG():
def __init__(self, fhdhr):
self.fhdhr = fhdhr
self.base_api = 'https://api.toonamiaftermath.com'
self.base_api = 'http://api.toonamiaftermath.com:3000'
self.media_url = "%s/media" % self.base_api
def update_epg(self, fhdhr_channels):