From cfdccbbfbdf8734163418070740b9e18aab92860 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 24 Apr 2020 10:16:07 +0000 Subject: [PATCH] Set port information --- display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')