X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldapi.py;fp=manifold%2Fmanifoldapi.py;h=3fa5f9781e545f01735a270a697ff1697dc3567b;hb=10af098ebfcc500aef11ce9154028b8e20a0b046;hp=47cf4c989c56ac7d61c2991a8e62f223d5ad1753;hpb=77b2405d408ac7bcd80e3d618bbc44ef13fef069;p=myslice.git diff --git a/manifold/manifoldapi.py b/manifold/manifoldapi.py index 47cf4c98..3fa5f978 100644 --- a/manifold/manifoldapi.py +++ b/manifold/manifoldapi.py @@ -27,7 +27,7 @@ class ManifoldAPI: self.trace = [] self.calls = {} self.multicall = False - self.url = config.manifold_url + self.url = config.manifold_url() self.server = xmlrpclib.Server(self.url, verbose=False, allow_none=True) def __repr__ (self): return "ManifoldAPI[%s]"%self.url