X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplc%2Fplshell.py;h=93ee728de6bab0d370edfb14cf859763d221a99c;hb=f3620a4cdf3aa39d6a09a0cb5a34470d6c74d456;hp=ffe138dfeb3888343af64b3dec055c9862345b0b;hpb=913cfe2385160a1b2e5ddfa64b00b3fa61fa792c;p=sfa.git diff --git a/sfa/plc/plshell.py b/sfa/plc/plshell.py index ffe138df..93ee728d 100644 --- a/sfa/plc/plshell.py +++ b/sfa/plc/plshell.py @@ -69,7 +69,7 @@ class PlShell: 'Username': config.SFA_PLC_USER, 'AuthString': config.SFA_PLC_PASSWORD, } - self.proxy = xmlrpclib.Server(url, verbose = 0, allow_none = True) + self.proxy = xmlrpclib.Server(url, verbose = False, allow_none = True) def __getattr__(self, name): def func(*args, **kwds):