diff --git a/src/druid/repl.py b/src/druid/repl.py index d240ecd..9b9961d 100755 --- a/src/druid/repl.py +++ b/src/druid/repl.py @@ -295,7 +295,9 @@ def parse(self, cmd): self.crow.writeline(cmd) def crow_event(self, line, event, args): - if event == 'stream' or event == 'change': + if event == 'pupdate': + pass + elif event == 'stream' or event == 'change': ch_str, val = args ch = int(ch_str) if ch >= 1 and ch <= 2: