diff --git a/integrator/bscw.py b/integrator/bscw.py index f61740e..38d373f 100644 --- a/integrator/bscw.py +++ b/integrator/bscw.py @@ -72,7 +72,7 @@ class BSCWConnection(object): self.repositoryURL = url self.setURLs() if server is None: - server = ServerProxy(self.baseURL()) + server = ServerProxy(self.baseURL) self.server = server def getRepositoryURL(self):