test
This commit is contained in:
parent
16fb2632fe
commit
d31f7ff779
@ -9,7 +9,7 @@ class Startup_Tasks():
|
|||||||
self.fhdhr = fhdhr
|
self.fhdhr = fhdhr
|
||||||
|
|
||||||
self.epg_update_url = "%s/api/epg?method=update" % (self.fhdhr.api.base)
|
self.epg_update_url = "%s/api/epg?method=update" % (self.fhdhr.api.base)
|
||||||
self.channel_update_url = "%s/api/channels?method=update" % (self.fhdhr.api.base)
|
self.channel_update_url = "%s/api/channels?method=scan" % (self.fhdhr.api.base)
|
||||||
|
|
||||||
def __call__(self, *args):
|
def __call__(self, *args):
|
||||||
return self.get(*args)
|
return self.get(*args)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user