Fix backfill request

pull/19/head
Erik Johnston 2014-11-19 17:22:10 +00:00
parent 512993b57f
commit 4eada9a908
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class TransportLayer(object):
args = {
"v": event_tuples,
"limit": limit,
"limit": [str(limit)],
}
return self._do_request_for_transaction(