mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Bug fixes whilst putting it all together
This commit is contained in:
parent
b98cd03193
commit
04c9751f24
3 changed files with 8 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue