# HG changeset patch # User souliane # Date 1395677534 -3600 # Node ID e9bc7854bce6da7d1bbdf20907ec3f5317f7e61a # Parent fadbba1d793f26fbc3fea3933cc37b385b5b660f server_side: bug fix passing twistd arguments to Libervia diff -r fadbba1d793f -r e9bc7854bce6 twisted/plugins/libervia.py --- a/twisted/plugins/libervia.py Tue Mar 18 15:59:38 2014 +0100 +++ b/twisted/plugins/libervia.py Mon Mar 24 17:12:14 2014 +0100 @@ -66,7 +66,7 @@ options = Options def makeService(self, options): - return Libervia(dict(options)) # get rid of the usage.Option surcharge + return Libervia(**dict(options)) # get rid of the usage.Option overload config_path = save_config_path('sat') config = SafeConfigParser()