changeset 590:b17f6afb108f

parser.bbb_create: bug fix removed tuple definition
author Reimar Bauer <rb.proj AT googlemail DOT com>
date Thu, 31 May 2012 15:16:35 +0200
parents c5aac4f4f04c
children 19bcf1c6ddc6
files data/plugin/parser/bbb_create.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/plugin/parser/bbb_create.py	Thu May 31 09:42:23 2012 +0200
+++ b/data/plugin/parser/bbb_create.py	Thu May 31 15:16:35 2012 +0200
@@ -58,7 +58,7 @@
             return
 
         msg = ""
-        attendee_password = content["attendee_password"],
+        attendee_password = content["attendee_password"]
         moderator_password = content["moderator_password"]
         if not attendee_password or not moderator_password:
             wiki_parser = wikiutil.importPlugin(self.request.cfg, "parser", "text_moin_wiki", None)