add a comment on how to get more details on the xmlrpc link to the manifold service
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:35:53 +0000 (17:35 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 16:35:53 +0000 (17:35 +0100)
manifoldapi/manifoldapi.py

index a8b2ab9..8ba7e15 100644 (file)
@@ -41,6 +41,7 @@ class ManifoldAPI:
         self.calls = {}
         self.multicall = False
         self.url = ConfigEngine().manifold_url()
+        # for more debug on this link, set verbose=True
         self.server = xmlrpclib.Server(self.url, verbose=False, allow_none=True)
 
     def __repr__ (self): return "ManifoldAPI[%s]"%self.url