Fix boodlegrid use of set_children

This commit is contained in:
david-sarah 2010-01-25 22:34:14 -08:00
parent 4a4305e7e6
commit 584c0ed487

View File

@ -79,7 +79,8 @@ class Listener:
#self.sound("mech/metal-clash.aiff")
if ("web: %(clientip)s" in format
and m.get("method") == "POST"
and "t=set_children" in m.get("uri", "")):
and ("t=set_children" in m.get("uri", "") # FIXME: may give false-positives
or "t=set-children" in m.get("uri", ""))):
self.sound("mech/clock-clang.aiff")
# generic messages