Closed ha-D closed 8 years ago
Thanks for the pull request. I just have one comment. You seem to be using the logging
module directly in the last two loggings (lines 257 and 288 in the commit), instead of the logger
object. Is this intentional?
Nope, wasn't intentional. Sorry about that.
Just changed the print to logs. Printing out the logs using 'print' makes a messy log when using websocket_server as a library.