mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
Fix boodlegrid use of set_children
This commit is contained in:
parent
4a4305e7e6
commit
584c0ed487
@ -79,7 +79,8 @@ class Listener:
|
|||||||
#self.sound("mech/metal-clash.aiff")
|
#self.sound("mech/metal-clash.aiff")
|
||||||
if ("web: %(clientip)s" in format
|
if ("web: %(clientip)s" in format
|
||||||
and m.get("method") == "POST"
|
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")
|
self.sound("mech/clock-clang.aiff")
|
||||||
|
|
||||||
# generic messages
|
# generic messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user