diff --git a/app.py b/app.py index c6ea366..114be10 100755 --- a/app.py +++ b/app.py @@ -70,6 +70,6 @@ def hashToLatLng(threewords): if __name__ == '__main__': - run(host='localhost', port=8080) + run(host='0.0.0.0', port=8080) app = bottle.default_app()