Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
d5894279c4
|
@ -168,9 +168,9 @@ class AirtimeApiClient(object):
|
||||||
|
|
||||||
def get_schedule(self):
|
def get_schedule(self):
|
||||||
# TODO : properly refactor this routine
|
# TODO : properly refactor this routine
|
||||||
# For now thre return type is a little fucked for compatibility reasons
|
# For now the return type is a little fucked for compatibility reasons
|
||||||
try: return (True, self.services.export_url())
|
try: return (True, self.services.export_url())
|
||||||
except: (False, "")
|
except: return (False, None)
|
||||||
|
|
||||||
def notify_liquidsoap_started(self):
|
def notify_liquidsoap_started(self):
|
||||||
return self.services.notify_liquidsoap_started()
|
return self.services.notify_liquidsoap_started()
|
||||||
|
|
Loading…
Reference in New Issue