Add unimplemented message to fake NHQ

This commit is contained in:
Douglas Clowes
2014-06-20 14:53:04 +10:00
parent 68afbed2ce
commit ff342dc16d

View File

@ -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)