master
Bob Mottram 2019-07-02 16:07:52 +01:00
parent 20dc823398
commit 3e15f3f94b
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class PubServer(BaseHTTPRequestHandler):
# check the necessary properties are available
print('**************** Check message has params')
if not inboxMessageHasParams(messageJson)::
if not inboxMessageHasParams(messageJson):
self.send_response(403)
self.end_headers()
self.server.POSTbusy=False