Use named args

This commit is contained in:
Erik Johnston 2016-01-05 12:57:45 +00:00
parent 1b5642604b
commit c3ea36304b

View File

@ -232,8 +232,8 @@ class RoomCreationHandler(BaseHandler):
medium,
address,
id_server,
None,
None,
token_id=None,
txn_id=None,
)
result = {"room_id": room_id}