Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AiroPi committed Mar 23, 2024
1 parent 6d45a52 commit 5bdf314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ And a `.vscode/tasks.json` file with:
}
```

`restart` and `wait` tasks are used by the debug task. Waiting 0.1s is a little trick to avoid the debugger to close because debugpy isn't ready yet.
The `restart` and `wait` tasks are used by the debug task. Waiting 0.1s is a little trick to avoid the debugger to close because debugpy isn't ready yet.
The other tasks aren't required, but you can run them from `Terminal > Run Task...` (and `Run Build Task...` for the build task).

You have to run the `watch` command before debugging.
You must run the `watch` command before debugging.

More information here: https://code.visualstudio.com/docs/python/debugging

Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mybot:
init: True
init: true
image: airopi/mybot:stable
build:
dockerfile: ./Dockerfile
Expand Down

0 comments on commit 5bdf314

Please sign in to comment.