From 578d35b96517de941399581a8b2f980a0e5d71eb Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 3 Sep 2021 17:54:03 +0100 Subject: [PATCH] . --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ec38073..762157c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,11 +13,12 @@ "FLASK_APP": "tr.py", "FLASK_ENV": "development", "PYDEVD_LOAD_NATIVE_LIB": "0", - "PYDEVD_USE_CYTHON":"0" + "PYDEVD_USE_CYTHON": "0" }, "args": [ "run", - "--no-debugger" + "--no-debugger", + "--host=0.0.0.0" ], "jinja": true }