mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-31 00:17:27 +08:00
Remove progress bar final output
This commit is contained in:
parent
c73f658405
commit
3009c68cff
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Qbt:
|
||||||
|
|
||||||
def __init__(self, config, params):
|
def __init__(self, config, params):
|
||||||
self.config = config
|
self.config = config
|
||||||
config_handler.set_global(bar=None, receipt_text=False)
|
config_handler.set_global(bar=None, receipt=False)
|
||||||
self.host = params["host"]
|
self.host = params["host"]
|
||||||
self.username = params["username"]
|
self.username = params["username"]
|
||||||
self.password = params["password"]
|
self.password = params["password"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue