diff options
author | David Baker <dave@matrix.org> | 2015-12-07 11:57:48 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-12-07 11:57:48 +0000 |
commit | 50e5886de184c8b9ba79c3e5bc8b945d1650dc73 (patch) | |
tree | 2ac8524181faac958004de1eab7523ee59f4b908 /synapse/rest/client | |
parent | Add logging to pushers API to log the body of the request (diff) | |
download | synapse-50e5886de184c8b9ba79c3e5bc8b945d1650dc73.tar.xz |
pep8
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/v1/pusher.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/v1/pusher.py b/synapse/rest/client/v1/pusher.py index c0f3c5a109..d0c9f0be63 100644 --- a/synapse/rest/client/v1/pusher.py +++ b/synapse/rest/client/v1/pusher.py @@ -24,6 +24,7 @@ import logging logger = logging.getLogger(__name__) + class PusherRestServlet(ClientV1RestServlet): PATTERNS = client_path_patterns("/pushers/set$") |