Proper usage for shards_watcher

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
support/v0.36
Andrey Berezin 2023-06-02 13:08:17 +03:00
parent 987e7f2a30
commit e3c0f76896
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class ShardsWatcher:
endpoint=self.storage_node.get_control_endpoint(),
wallet=self.storage_node.get_remote_wallet_path(),
wallet_password=self.storage_node.get_wallet_password(),
json_mode=True,
)
return json.loads(response.stdout.split(">", 1)[1])