1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 19:41:26 +00:00

Add list of stocks to bot

This commit is contained in:
2023-10-12 02:42:52 +00:00
parent 4a556597df
commit 66f233918e
10 changed files with 47 additions and 23 deletions

View File

@@ -17,11 +17,11 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.isort",
"charliermarsh.ruff"
"charliermarsh.ruff",
"ms-toolsai.jupyter"
]
}
},