Skip to content

Commit

Permalink
Pointed Client class port default value to global variable ISIS_SOAP_…
Browse files Browse the repository at this point in the history
…PORT
  • Loading branch information
Arthur Desplanches committed Aug 14, 2018
1 parent 4e0b0fa commit 5674cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyIsis/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5674cd6

Please sign in to comment.