From c10c71e70d4ac3b87a7ace9d12e8df5fdb5b9b94 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 15 Feb 2019 18:15:16 +0000 Subject: Emergency changes --- synapse/replication/http/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/replication/http') diff --git a/synapse/replication/http/device.py b/synapse/replication/http/device.py index 4855ba098f..605de028a0 100644 --- a/synapse/replication/http/device.py +++ b/synapse/replication/http/device.py @@ -55,7 +55,7 @@ class CheckDeviceRegisteredServlet(ReplicationEndpoint): try: device_id = yield self.device_handler.check_device_registered(user_id, device_id) except Exception as e: - defer.returnValue((400, str(e)) + defer.returnValue((400, str(e))) defer.returnValue((200, {"device_id": device_id})) -- cgit 1.5.1