GUI working again w/new parser setup. Live print isn't working due to use of print instead of return.
This commit is contained in:
@@ -173,7 +173,7 @@ class az_map_output:
|
||||
def __init__(self, cprdec, model, pub):
|
||||
self._cpr = cprdec
|
||||
self.model = model
|
||||
pub.subscribe("type17_dl", output)
|
||||
pub.subscribe("type17_dl", self.output)
|
||||
|
||||
def output(self, msg):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user