diff --git a/shop.py b/shop.py index 7dc7f06..f5eefef 100644 --- a/shop.py +++ b/shop.py @@ -88,4 +88,4 @@ def handle_data(): if __name__ == '__main__': doesDBExist(DBNAME) - app.run() + app.run(host="0.0.0.0") diff --git a/static/css/main.css b/static/css/main.css index c89c51d..912347e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -6,4 +6,4 @@ aside { box-shadow: inset 5px 0 5px -5px #000000; font-style: italic; color: #000000; -} \ No newline at end of file +} diff --git a/templates/addForm.html b/templates/addForm.html index 88097bf..0f2eb9c 100644 --- a/templates/addForm.html +++ b/templates/addForm.html @@ -1,7 +1,9 @@ -
\ No newline at end of file +