From cd76d003ebb513b7b0d1bd92346b896d47ed2b67 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sun, 2 Feb 2025 00:40:24 +0200 Subject: [PATCH] api keys --- crypto/brian/.vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crypto/brian/.vscode/launch.json diff --git a/crypto/brian/.vscode/launch.json b/crypto/brian/.vscode/launch.json new file mode 100644 index 0000000..f304fc3 --- /dev/null +++ b/crypto/brian/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Debug NN Training", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/index.py", + "console": "integratedTerminal", + "env": { + "PYTHONASYNCIODEBUG": "1" + } + } + ] +} \ No newline at end of file