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