diff options
-rw-r--r-- | ryu/controller/dpset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/controller/dpset.py b/ryu/controller/dpset.py index b6be118c..b74e2ec4 100644 --- a/ryu/controller/dpset.py +++ b/ryu/controller/dpset.py @@ -88,7 +88,7 @@ class DPSet(app_manager.RyuApp): connected to this controller. """ - def __init__(self): + def __init__(self, *args, **kwargs): super(DPSet, self).__init__() self.name = 'dpset' |