Added broadcaster dependency

This commit is contained in:
2023-11-20 19:45:47 +01:00
parent b347e0f3f2
commit 811a6f107f
8 changed files with 125 additions and 54 deletions

View File

@@ -18,5 +18,5 @@
"python.linting.mypyPath": "mypy",
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"python.defaultInterpreterPath": "python"
"python.defaultInterpreterPath": "/nix/store/k34qdl5397mwg3k00jsl3xcynij7n0z9-python3-3.11.6-env/bin/python"
}