[controller] +arg
This commit is contained in:
parent
58ee92f46f
commit
c64e6d3950
2 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ log = logging.getLogger("main")
|
|||
|
||||
class L2Controller(object):
|
||||
def __init__(self, sw_name):
|
||||
self.init_boilerplate()
|
||||
self.init_boilerplate(sw_name)
|
||||
self.init()
|
||||
|
||||
def init_boilerplate(self, sw_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue