test
This commit is contained in:
parent
6c9abc23ed
commit
ca4885b79d
@ -27,6 +27,10 @@ class OriginService():
|
||||
return True
|
||||
|
||||
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"]:
|
||||
geoID = self.fhdhr.config.dict["origin"]["geoID"]
|
||||
geoLST = self.fhdhr.config.dict["origin"]["geoLST"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user