Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bconsole-json.py')
-rwxr-xr-xbin/bconsole-json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bconsole-json.py b/bin/bconsole-json.py
index 3cca0f2..d04c7ab 100755
--- a/bin/bconsole-json.py
+++ b/bin/bconsole-json.py
@@ -37,7 +37,7 @@ if __name__ == '__main__':
logger.debug('options: %s' % (parameter))
password = bareos.bsock.Password(args.password)
parameter['password']=password
- director = bareos.bsock.BSockJson(**parameter)
+ director = bareos.bsock.DirectorConsoleJson(**parameter)
except RuntimeError as e:
print(str(e))
sys.exit(1)