test
This commit is contained in:
parent
7db9bc326a
commit
ef27338257
@ -8,8 +8,8 @@ class Startup_Tasks():
|
||||
def __init__(self, fhdhr):
|
||||
self.fhdhr = fhdhr
|
||||
|
||||
self.epg_update_url = "/api/epg?method=update" % (self.fhdhr.api.base)
|
||||
self.channel_update_url = "/api/channels?method=scan" % (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=scan" % (self.fhdhr.api.base)
|
||||
|
||||
def __call__(self, *args):
|
||||
return self.get(*args)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user