Skip to content
Snippets Groups Projects
Unverified Commit f05c7d62 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Lint

parent 1a807dfe
No related branches found
No related tags found
No related merge requests found
...@@ -914,7 +914,8 @@ class RoomMemberHandler(object): ...@@ -914,7 +914,8 @@ class RoomMemberHandler(object):
# https://github.com/matrix-org/sydent/pull/170 # https://github.com/matrix-org/sydent/pull/170
logger.info( logger.info(
"Failed to POST %s with JSON, falling back to urlencoded form: %s", "Failed to POST %s with JSON, falling back to urlencoded form: %s",
is_url, e, is_url,
e,
) )
data = yield self.simple_http_client.post_urlencoded_get_json( data = yield self.simple_http_client.post_urlencoded_get_json(
is_url, invite_config is_url, invite_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment