Whitespace

This commit is contained in:
Richo Healey
2013-05-20 16:48:39 +10:00
parent 91ac73c606
commit 15aaeecf73

View File

@@ -431,7 +431,7 @@ class WebSocket(object):
else:
hostport = "%s:%d" % (host, port)
headers.append("Host: %s" % hostport)
if "origin" in options:
headers.append("Origin: %s" % options["origin"])
else: