From 77320f7918a453892ae4ba0aad411c54867859fc Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 12 Apr 2011 00:40:00 +0000 Subject: h-client:improved synchronize --- h-client/hlibrary.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'h-client/hlibrary.py') diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py index cc25edc..c86c66c 100644 --- a/h-client/hlibrary.py +++ b/h-client/hlibrary.py @@ -570,14 +570,11 @@ class Client: #find the class #Class = dev[1] vendorid_productid = key[2:] - #find the controller - #controller = self.getController(Class) - ##perform an http request - #self.request.contents = '' + #reset the device params + dev[2] = 'insert' + dev[3] = '0' - #result = self.request.perform('download/' + controller + '/en') - #parse the xml database try: xmldoc = minidom.parseString(self.request.contents) -- cgit v1.2.3