运行时出错,我用的python是3.5,提示错误 TypeError: **init**() got an unexpected keyword argument 'debug', 我把factory = WebSocketClientFactory(url, debug=False)改成factory = WebSocketClientFactory(url)
运行时出错,我用的python是3.5,提示错误
TypeError: init() got an unexpected keyword argument 'debug',
我把factory = WebSocketClientFactory(url, debug=False)改成factory = WebSocketClientFactory(url)