Skip to content

Commit

Permalink
bind to all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhaas committed Feb 3, 2016
1 parent 781cac1 commit 1f1d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def parse_slash_cmd(**kwargs):
return slack.response('Enjoy your wordcloud!')

if __name__ == "__main__":
app.run(host='127.0.0.1', port=port)
app.run(host='0.0.0.0', port=port)

0 comments on commit 1f1d5e8

Please sign in to comment.