test
This commit is contained in:
parent
1bc5b65ca4
commit
dab72d937c
@ -28,9 +28,9 @@ class OriginService():
|
||||
return True
|
||||
|
||||
def getID(self):
|
||||
if self.fhdhr.config.dict["main"]["origin"]["geoID"] and self.fhdhr.config.dict["main"]["origin"]["geoLST"]:
|
||||
geoID = self.fhdhr.config.dict["main"]["origin"]["geoID"]
|
||||
geoLST = self.fhdhr.config.dict["main"]["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"]
|
||||
return geoID, geoLST
|
||||
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user