Skip to content

Commit 4c58450

Browse files
authored
Update README.md
1 parent e8e4f6f commit 4c58450

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You **must** provide these in a `.env` file or your environment:
5757
title: qBittorrent
5858
cache: 15m
5959
options:
60-
always-show-stats: false
60+
always-show-stats: true
6161
subrequests:
6262
info:
6363
url: "http://${QBW_URL}/qb/torrents"
@@ -191,4 +191,3 @@ Each torrent object includes:
191191
* The cache is locked for concurrency safety.
192192
* If the qBittorrent login fails, the app exits.
193193
* If you hit the endpoint without a valid token, you get a 401 Unauthorized.
194-
* The app uses standard Go HTTP server and `github.com/joho/godotenv` for env loading.

0 commit comments

Comments
 (0)