diff pythonServer.py @ 1457:c8a9825aaa05

Merge from branch "WAC2016"
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 23 Nov 2015 09:13:12 +0000
parents 04e8a9c07c7e
children 1b6fa37d46a4 235594325b84
line wrap: on
line diff
--- a/pythonServer.py	Tue Oct 13 10:20:04 2015 +0100
+++ b/pythonServer.py	Mon Nov 23 09:13:12 2015 +0000
@@ -70,7 +70,7 @@
 	self.send_response(200)
 	self.send_header("Content-type", "text/xml")
 	self.end_headers()
-	self.wfile.write('<response><state>OK</state><file>saves/'+curFileName+'</file></response>')
+	self.wfile.write('<response state="OK"><message>OK</message><file>"saves/'+curFileName+'"</file></response>')
 
 class MyHandler(BaseHTTPServer.BaseHTTPRequestHandler):
 	def do_HEAD(s):