Lint
This commit is contained in:
parent
1a807dfe68
commit
f05c7d62bc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue