Skip to content

Commit a93f67a

Browse files
committed
fixed wrong json key
1 parent cd14c5e commit a93f67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def exitContainer():
143143
os.kill(os.getpid(), signal.SIGTERM)
144144

145145
def sendDiffToEndpoint(diff):
146-
data = { "server": SERVER_NAME, "diff": diff }
146+
data = { "serverName": SERVER_NAME, "diff": diff }
147147

148148
headers = {}
149149

0 commit comments

Comments
 (0)