mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-18 17:56:01 +08:00
update flake8 format
This commit is contained in:
parent
61836b86ec
commit
f37d8462bc
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ parser.add_argument("-p", "--password", help="qbittorrent password", default="ad
|
|||
parser.add_argument(
|
||||
"--cache-mount",
|
||||
"--cache_mount",
|
||||
help="Cache mount point in Unraid. This is used to additionally filter for only torrents that exists on the cache mount. Use this option ONLY if you follow TRaSH Guides folder structure.",
|
||||
help="Cache mount point in Unraid. This is used to additionally filter for only torrents that exists on the cache mount."
|
||||
"Use this option ONLY if you follow TRaSH Guides folder structure.",
|
||||
default=None,
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Reference in a new issue