Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simple-Tracker committed Jan 5, 2025
1 parent 7ecc300 commit bce92cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Usually, occasional errors can be ignored. The reasons may be: 1. Network proble
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down
2 changes: 1 addition & 1 deletion console.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func Stop() {
}
func RunConsole() {
if startDelay > 0 {
Log("RunConsole", GetLangText("StartDelay"), false, startDelay)
Log("RunConsole", GetLangText("RunConsole_StartDelay"), false, startDelay)
time.Sleep(time.Duration(startDelay) * time.Second)
}

Expand Down

0 comments on commit bce92cf

Please sign in to comment.