websocket.py: show web root, remove execute perm.

This commit is contained in:
Joel Martin 2011-07-14 15:55:26 -05:00
parent 80e1c38dd5
commit f1c8223a51
1 changed files with 1 additions and 1 deletions

2
websocket.py Executable file → Normal file
View File

@ -124,7 +124,7 @@ Sec-WebSocket-Accept: %s\r
self.listen_host, self.listen_port))
print(" - Flash security policy server")
if self.web:
print(" - Web server")
print(" - Web server. Web root: %s" % self.web)
if ssl:
if os.path.exists(self.cert):
print(" - SSL/TLS support")