mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 17:47:13 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8c0b7c6a2b
commit
285b4afbb9
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ class Qbt:
|
|||
self.config.notify(ex, "Qbittorrent")
|
||||
logger.print_line(ex, "CRITICAL")
|
||||
if self.config.commands["skip_qb_version_check"]:
|
||||
logger.print_line("Continuing because qBittorrent version check is bypassed... Please do not ask for support!")
|
||||
logger.print_line(
|
||||
"Continuing because qBittorrent version check is bypassed... Please do not ask for support!"
|
||||
)
|
||||
else:
|
||||
sys.exit(0)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue