mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 18:53:53 +01:00
Lint
This commit is contained in:
parent
1a807dfe68
commit
f05c7d62bc
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue