mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Telegram Bot",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "bot.py",
|
|
"console": "integratedTerminal",
|
|
"python": "python3.11"
|
|
}
|
|
]
|
|
} |