Companion: Fix returning OK, status 200
This commit is contained in:
parent
c7db36bd5d
commit
cd121defa1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def getXMLHeader():
|
||||||
|
|
||||||
|
|
||||||
def getOKMsg():
|
def getOKMsg():
|
||||||
return getXMLHeader() + '<Response code="200" status="OK" />'
|
return
|
||||||
|
|
||||||
|
|
||||||
def timeToMillis(time):
|
def timeToMillis(time):
|
||||||
|
|
Loading…
Reference in a new issue