Skip to content

Commit

Permalink
depreceated repreceated
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Apr 12, 2024
1 parent a04043f commit ed611de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Remote Attach",
"type": "python",
"type": "debugpy",
"request": "attach",
"connect": {
"host": "localhost",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "Python: start bot",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "bot.py",
"console": "integratedTerminal"
Expand Down

0 comments on commit ed611de

Please sign in to comment.