fixes #196 and avoids clearing default services on reset
This commit is contained in:
parent
17f1a9871a
commit
549d6bd84c
1 changed files with 0 additions and 1 deletions
|
@ -300,7 +300,6 @@ class CoreServices(object):
|
|||
"""
|
||||
Called when config message with reset flag is received
|
||||
"""
|
||||
self.default_services.clear()
|
||||
self.custom_services.clear()
|
||||
|
||||
def get_default_services(self, node_type):
|
||||
|
|
Loading…
Reference in a new issue