changeset 416:e9bc7854bce6

server_side: bug fix passing twistd arguments to Libervia
author souliane <souliane@mailoo.org>
date Mon, 24 Mar 2014 17:12:14 +0100
parents fadbba1d793f
children 2bd609d7dd65
files twisted/plugins/libervia.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()