diff libervia_server/blog.py @ 446:c406e46fe9c0

server_side: update the connection mechanism to handle profile passwords
author souliane <souliane@mailoo.org>
date Wed, 07 May 2014 19:46:58 +0200
parents 63017904c4d4
children
line wrap: on
line diff
--- a/libervia_server/blog.py	Wed May 07 19:29:10 2014 +0200
+++ b/libervia_server/blog.py	Wed May 07 19:46:58 2014 +0200
@@ -48,9 +48,6 @@
     def __init__(self, host):
         self.host = host
         Resource.__init__(self)
-        # FIXME: this can be move to the beginning of Libervia.startService to avoid an initialization issue
-        if not host.bridge.isConnected(C.SERVICE_PROFILE):
-            host.bridge.connect(C.SERVICE_PROFILE)
 
     def render_GET(self, request):
         if not request.postpath: