No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with
2 additions and
2 deletions
-
main.go
-
tools/respondd-sim.py
|
|
@ -99,7 +99,7 @@ func main() { |
|
|
|
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM) |
|
|
|
sig := <-sigs |
|
|
|
|
|
|
|
log.Debug("stop recieve:", sig) |
|
|
|
log.Debug("stop receive:", sig) |
|
|
|
|
|
|
|
ws.Close() |
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ def get_handler(inputFile): |
|
|
|
if name in nodeData: |
|
|
|
ret[name] = nodeData[name] |
|
|
|
|
|
|
|
print("reponse: %s" % ret) |
|
|
|
print("response: %s" % ret) |
|
|
|
return compress(str.encode(json.dumps(ret)))[2:-4] |
|
|
|
|
|
|
|
def handle(self): |
|
|
|