fixed refactoring bug in broker.py

This commit is contained in:
Blake J. Harnden 2018-04-30 16:28:00 -07:00
parent 44781d0aec
commit 9cb1513933
2 changed files with 1 additions and 2 deletions

View file

@ -856,7 +856,6 @@ class CoreEmu(object):
self.sessions = {}
# set default nodes
# set default node map
node_map = nodemaps.NODES
nodeutils.set_node_map(node_map)