test
This commit is contained in:
parent
7c195df953
commit
33ffa8e3dc
@ -34,7 +34,10 @@ class OriginService():
|
||||
geoID, geoLST = results["jobs"]["1"]["data"]["geoId"], results["jobs"]["1"]["data"]["channelListId"]
|
||||
except Exception as e:
|
||||
self.fhdhr.logger.warning("XUMO Setup Failed %s" % e)
|
||||
geoID, geoLST = None, None
|
||||
return None, None
|
||||
|
||||
print(geoID + " " + geoLST)
|
||||
|
||||
return geoID, geoLST
|
||||
|
||||
def get_status_dict(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user