This commit is contained in:
deathbybandaid 2020-12-06 09:30:28 -05:00
parent 6c9abc23ed
commit ca4885b79d

View File

@ -27,6 +27,10 @@ class OriginService():
return True return True
def getID(self): def getID(self):
print(self.fhdhr.config.dict["origin"]["geoID"])
print(self.fhdhr.config.dict["origin"]["geoLST"])
if self.fhdhr.config.dict["origin"]["geoID"] and self.fhdhr.config.dict["origin"]["geoLST"]: if self.fhdhr.config.dict["origin"]["geoID"] and self.fhdhr.config.dict["origin"]["geoLST"]:
geoID = self.fhdhr.config.dict["origin"]["geoID"] geoID = self.fhdhr.config.dict["origin"]["geoID"]
geoLST = self.fhdhr.config.dict["origin"]["geoLST"] geoLST = self.fhdhr.config.dict["origin"]["geoLST"]