@@ -201,7 +201,7 @@ class labkeyURIHandler(slicer.vtkURIHandler):
def initRemote(self):
if self.mode=="https":
http_handler=urllib2.HTTPSHandler(context=self.ctx)
- if self.mode="http":
+ if self.mode=="http":
http_handler=urllib2.HTTPHandler()
#cookie part
cj=cookielib.CookieJar()