Remove progress bar final output

This commit is contained in:
bobokun 2022-02-03 08:23:46 -05:00
parent c73f658405
commit 3009c68cff
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -14,7 +14,7 @@ class Qbt:
def __init__(self, config, params):
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.username = params["username"]
self.password = params["password"]