From: Anders Kaseorg Date: Fri, 13 Feb 2009 06:04:56 +0000 (-0500) Subject: Oops, fix duplicate keyword arguments. X-Git-Url: http://andersk.mit.edu/gitweb/jira-zephyrbot.git/commitdiff_plain/87a7e17d7dd07aacc6e56c1fd7463790121dc88e Oops, fix duplicate keyword arguments. --- diff --git a/jirabot.py b/jirabot.py index 5e9ee84..7459322 100755 --- a/jirabot.py +++ b/jirabot.py @@ -67,8 +67,6 @@ def parse_comment(e): cls=zephyr_class, instance=issue, fields=[e.title.encode('UTF-8'), msg.encode('UTF-8')], - sender='jira', - auth=False, ) def zerror(msg):