diff --git a/bots/humbug_trac.py b/bots/humbug_trac.py index ca3813e..cbd06f9 100644 --- a/bots/humbug_trac.py +++ b/bots/humbug_trac.py @@ -35,7 +35,7 @@ def trac_subject(ticket): def send_update(ticket, content): client.send_message({ "type": "stream", - "stream": "devel", + "stream": "trac", "content": content, "subject": trac_subject(ticket) })