server
and tag
var don't exist
This commit is contained in:
parent
f52fd2adc4
commit
6a4852d2b4
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ class Module(ModuleManager.BaseModule):
|
|||
def handle_raw(self, event):
|
||||
if ("batch" in event["line"].tags and
|
||||
event["line"].tags["batch"] in event["server"].batches):
|
||||
server.batches[tag["batch"]].lines.append(event["line"])
|
||||
event["server"].batches[event["line"].tags["batch"]].lines.append(
|
||||
event["line"])
|
||||
else:
|
||||
self._handle(event["server"], event["line"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue