From 1d2ffaf4d5e921f7c21fca7996b41369560a1e4d Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 28 Feb 2020 13:11:38 +0100 Subject: [PATCH] xdex on port 5009 now --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 24f6dae..8ea2a9a 100644 --- a/start.py +++ b/start.py @@ -64,4 +64,4 @@ def index(): if __name__ == '__main__': APP.debug=True - APP.run(port=5003) \ No newline at end of file + APP.run(port=5009) \ No newline at end of file