aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorSean Dolan <sed9182@rit.edu>2019-07-28 12:00:06 -0400
committerSean Dolan <sed9182@rit.edu>2019-07-28 12:00:06 -0400
commit5ccee71281bfab72b120f93d4bbe6dde2e2f0f35 (patch)
tree377aa8117c6853fe6d221246304ac8d557d06f0d /app.py
parentd595c14c604c9fbbd38973c25504a52bce1103a8 (diff)
yolo
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):