diff --git a/display.py b/display.py index 1ad8a1c..5f915c6 100644 --- a/display.py +++ b/display.py @@ -21,4 +21,4 @@ def homepage(): if __name__=='__main__': - app.run(debug=True) + app.run(debug=False, host='0.0.0.0', port='8042')