Add unimplemented message to fake NHQ
This commit is contained in:
@ -108,6 +108,8 @@ class NHQ_200(LineReceiver):
|
||||
self.write(result)
|
||||
self.write(self.delimiter);
|
||||
return
|
||||
print "Unimplemented command for: '%s'" % data
|
||||
return
|
||||
|
||||
def rawDataReceived(self, data):
|
||||
#print "rawDataReceived:", repr(data)
|
||||
|
Reference in New Issue
Block a user