Skip to content

Commit 7449d6f

Browse files
committed
Change authid order to fix test.
1 parent 3599e33 commit 7449d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/roundupdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ def encrypt_to(self, message, sendto):
425425
return msg
426426

427427
def send_message(self, issueid, msgid, note, sendto, from_address=None,
428-
bcc_sendto=[], authid=None, subject=None, crypt=False,
429-
add_headers={}):
428+
bcc_sendto=[], subject=None, crypt=False,
429+
add_headers={}, authid=None):
430430
'''Actually send the nominated message from this issue to the sendto
431431
recipients, with the note appended. It's possible to add
432432
headers to the message with the add_headers variable.

0 commit comments

Comments
 (0)