scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 394 forks source link

Fix websocket for non-proxy connections. #111

Closed jsargiot closed 7 years ago

jsargiot commented 7 years ago

Removed try-except to use None proxy value on normal conditions. Also added no_proxy environment variable compliance.