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 }