|
|
@@ -71,7 +71,6 @@ class AlarmDecoderProtocol(basic.LineReceiver): |
|
|
|
# (and apparently flush the remaining line), so detect |
|
|
|
# when we get a prompt, and there was more data, and |
|
|
|
# ignore the line |
|
|
|
print(repr(line)) |
|
|
|
if line[-3:] == b'\n!>' and len(line) > 3: |
|
|
|
return |
|
|
|
|
|
|
|