Skip to content

Commit bce92cf

Browse files
author
Simple-Tracker
committed
Bug fix
1 parent 7ecc300 commit bce92cf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Usually, occasional errors can be ignored. The reasons may be: 1. Network proble
100100
```
101101
docker run -d \
102102
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
103+
-e useENV=true \
103104
-e debug=false \
104105
-e logPath=logs \
105106
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
```
101101
docker run -d \
102102
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
103+
-e useENV=true \
103104
-e debug=false \
104105
-e logPath=logs \
105106
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \

console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func Stop() {
361361
}
362362
func RunConsole() {
363363
if startDelay > 0 {
364-
Log("RunConsole", GetLangText("StartDelay"), false, startDelay)
364+
Log("RunConsole", GetLangText("RunConsole_StartDelay"), false, startDelay)
365365
time.Sleep(time.Duration(startDelay) * time.Second)
366366
}
367367

0 commit comments

Comments
 (0)