From 2fbdfee60f5932913486e4a56b4bcdf3dc4889fa Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 7 Feb 2021 16:37:45 -0900 Subject: [PATCH] python 3.9 --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a73d8b4b0..be59f4b7e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "python.formatting.provider": "black", - "python.pythonPath": ".venv/bin/python3.8", + "python.pythonPath": ".venv/bin/python3.9", "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.autoComplete.extraPaths": ["mealie", "mealie/mealie"],