Initialize the correct variable in init
This commit is contained in:
parent
1ae172d0c1
commit
c2817959fe
@ -7,7 +7,7 @@ class MpdFrontend(object):
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.server = None
|
||||
self.process = None
|
||||
self.dispatcher = None
|
||||
|
||||
def start_server(self, core_queue):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user