changeset 251:911af6a47544

forgot a comma
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 11:25:02 -0800
parents 48bc52d51252
children 1a4cb5ae38e2
files autobot/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/template.py	Wed Dec 28 11:07:38 2011 -0800
+++ b/autobot/template.py	Wed Dec 28 11:25:02 2011 -0800
@@ -53,7 +53,7 @@
             Variable('htmlport', 'port for waterfall display', default=8010, cast=int),
             Variable('publichtmlport', 'port for public waterfall display', default=8011, cast=int),
             Variable('botname', 'name of IRC bot', default='autobot'),
-            Variable('ircHost', 'IRC host', default='irc.mozilla.org')
+            Variable('ircHost', 'IRC host', default='irc.mozilla.org'),
             Variable('ircChannels', 'channels for the IRC bot', default='#ateam')
 
     def pre(self, variables, output):