added chromium and new bot tokens

This commit is contained in:
Dobromir Popov
2023-12-19 21:37:07 +00:00
parent b27700ae5c
commit 5c5136be7c
4 changed files with 17 additions and 8 deletions

2
.vscode/launch.json vendored
View File

@ -29,11 +29,11 @@
"request": "launch",
"program": "${workspaceFolder}/agent-py-bot/agent.py",
"console": "integratedTerminal",
"preLaunchTask": "activate-venv", // Custom task to activate venv and run Docker
"python": "/venv/bin/python", // Path to the Python interpreter in your venv
"env": {
"PYTHONUNBUFFERED": "1"
}
}
]
}