mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-04 02:46:52 +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:
|
||||
def __init__(self, config, params):
|
||||
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.username = params["username"]
|
||||
self.password = params["password"]
|
||||
|
|
Loading…
Add table
Reference in a new issue