X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifold_api.py;h=c166bd8c0bcbc3afa229f49bf4f2008efa7252c7;hb=8247ee9b8c0108bfe23a677485172950b0a2eed5;hp=f827b5183ee0acf8a17cc4c92667e9c6fa9ec82c;hpb=6b837fb41910caca65fdb6483d7b18f111908074;p=myslice.git diff --git a/engine/manifold_api.py b/engine/manifold_api.py index f827b518..c166bd8c 100644 --- a/engine/manifold_api.py +++ b/engine/manifold_api.py @@ -16,7 +16,7 @@ class ManifoldAPI: self.trace = [] self.calls = {} self.multicall = False - self.url = "http://"+self.server+":"+self.port+"/" + self.url = config.manifold_url() self.proxy = xmlrpclib.Server(self.url, verbose=False, allow_none=True) def __getattr__(self, methodName):