mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
16f8f023e5
commit
3cd81eaca8
|
@ -12704,6 +12704,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
elif graph == 'get':
|
elif graph == 'get':
|
||||||
graph == '_GET'
|
graph == '_GET'
|
||||||
watchPointsJson = sortedWatchPoints(self.server.fitness, graph)
|
watchPointsJson = sortedWatchPoints(self.server.fitness, graph)
|
||||||
|
print('watchPointsJson: ' + str())
|
||||||
msg = json.dumps(watchPointsJson,
|
msg = json.dumps(watchPointsJson,
|
||||||
ensure_ascii=False).encode('utf-8')
|
ensure_ascii=False).encode('utf-8')
|
||||||
msglen = len(msg)
|
msglen = len(msg)
|
||||||
|
|
Loading…
Reference in New Issue