aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index a05d8a1..ebf4207 100644
--- a/app.py
+++ b/app.py
@@ -48,7 +48,7 @@ def find_beers_from_brewery(brewery_id):
return beers
if __name__ == '__main__':
- app.run()
+ app.run(host='0.0.0.0')
class BeerInfo(object):