From 5674cd66df066800e098aba294533317f38ba012 Mon Sep 17 00:00:00 2001 From: Arthur Desplanches Date: Tue, 14 Aug 2018 13:38:33 +0200 Subject: [PATCH] Pointed Client class port default value to global variable ISIS_SOAP_PORT --- pyIsis/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyIsis/connection.py b/pyIsis/connection.py index d803026..73a4aa6 100644 --- a/pyIsis/connection.py +++ b/pyIsis/connection.py @@ -36,7 +36,7 @@ class Client(object): >>> client.get_workspaces() """ - def __init__(self, hostname, username, password, port=80): + def __init__(self, hostname, username, password, port=ISIS_SOAP_PORT): """ :param hostname: hostname or ip of the Avid Isis Storage server :param username: a valid username