From a2f3d298a6dbab9f73643d255c7e45572fc38de4 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 1 Jan 2021 20:17:21 +0200 Subject: [PATCH] Changed listening port --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 727a184..725452d 100644 --- a/main.py +++ b/main.py @@ -58,4 +58,4 @@ def getServiceStatus(): http=httpService.returncode ) if __name__ == '__main__': - app.run() + app.run(port=5050, debug=False)