fix misspelling
This commit is contained in:
parent
536999d094
commit
2620713e1a
2
main.go
2
main.go
|
@ -99,7 +99,7 @@ func main() {
|
||||||
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)
|
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)
|
||||||
sig := <-sigs
|
sig := <-sigs
|
||||||
|
|
||||||
log.Debug("stop recieve:", sig)
|
log.Debug("stop receive:", sig)
|
||||||
|
|
||||||
ws.Close()
|
ws.Close()
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ def get_handler(inputFile):
|
||||||
if name in nodeData:
|
if name in nodeData:
|
||||||
ret[name] = nodeData[name]
|
ret[name] = nodeData[name]
|
||||||
|
|
||||||
print("reponse: %s" % ret)
|
print("response: %s" % ret)
|
||||||
return compress(str.encode(json.dumps(ret)))[2:-4]
|
return compress(str.encode(json.dumps(ret)))[2:-4]
|
||||||
|
|
||||||
def handle(self):
|
def handle(self):
|
||||||
|
|
Loading…
Reference in New Issue