mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-06 11:57:20 +08:00
fix logging with docker
This commit is contained in:
parent
219da4318f
commit
c126962150
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ logger = logging.getLogger("qBit Manage")
|
||||||
class Qbt:
|
class Qbt:
|
||||||
def __init__(self, config, params):
|
def __init__(self, config, params):
|
||||||
self.config = config
|
self.config = config
|
||||||
config_handler.set_global(length=self.config.args['screen_width'],force_tty=True)
|
config_handler.set_global(length=self.config.args['screen_width'])
|
||||||
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