Bug fixes whilst putting it all together

This commit is contained in:
Kegan Dougal 2015-03-09 17:45:41 +00:00
parent b98cd03193
commit 04c9751f24
3 changed files with 8 additions and 6 deletions

View file

@ -79,6 +79,7 @@ class ApplicationServiceApi(SimpleHttpClient):
logger.warning("push_bulk: Missing txn ID sending events to %s",
service.url)
txn_id = str(0)
txn_id = str(txn_id)
uri = service.url + ("/transactions/%s" %
urllib.quote(txn_id))